hdaklue
hdaklue
FFilament
Created by hdaklue on 11/18/2023 in #❓┊help
Pagination Bug
?
28 replies
FFilament
Created by hdaklue on 11/18/2023 in #❓┊help
Pagination Bug
any ideas?
28 replies
FFilament
Created by hdaklue on 11/18/2023 in #❓┊help
Pagination Bug
No description
28 replies
FFilament
Created by hdaklue on 11/18/2023 in #❓┊help
Pagination Bug
and here's the pagination css: .fi-pagination-overview { display: none; } .fi-pagination-records-per-page-select:not(.fi-compact) { display: none; } .fi-pagination-items { display: none; } @supports (container-type: inline-size) { .fi-pagination { container-type: inline-size; } @container (min-width: 28rem) { .fi-pagination-records-per-page-select.fi-compact { display: none; } .fi-pagination-records-per-page-select:not(.fi-compact) { display: inline; } } @container (min-width: 56rem) { .fi-pagination:not(.fi-simple)>.fi-pagination-previous-btn { display: none; } .fi-pagination-overview { display: inline; } .fi-pagination:not(.fi-simple)>.fi-pagination-next-btn { display: none; } .fi-pagination-items { display: flex; } } } @supports not (container-type: inline-size) { @media (min-width: 640px) { .fi-pagination-records-per-page-select.fi-compact { display: none; } .fi-pagination-records-per-page-select:not(.fi-compact) { display: inline; } } @media (min-width: 768px) { .fi-pagination:not(.fi-simple)>.fi-pagination-previous-btn { display: none; } .fi-pagination-overview { display: inline; } .fi-pagination:not(.fi-simple)>.fi-pagination-next-btn { display: none; } .fi-pagination-items { display: flex; } } }
28 replies
FFilament
Created by hdaklue on 11/18/2023 in #❓┊help
Pagination Bug
the upper one has classes fi-pagination-records-per-page-select fi-compact
28 replies
FFilament
Created by hdaklue on 11/18/2023 in #❓┊help
Pagination Bug
cache clear, npm run build
28 replies
FFilament
Created by hdaklue on 11/18/2023 in #❓┊help
Pagination Bug
yes did everything
28 replies
FFilament
Created by hdaklue on 11/18/2023 in #❓┊help
Pagination Bug
have custom theme
28 replies
FFilament
Created by hdaklue on 11/18/2023 in #❓┊help
Pagination Bug
tried that too didn't work.
28 replies
FFilament
Created by hdaklue on 11/18/2023 in #❓┊help
Pagination Bug
will try with another project and yes it happens on incognito
28 replies
FFilament
Created by hdaklue on 11/18/2023 in #❓┊help
Pagination Bug
I'm using v3.0.98
28 replies
FFilament
Created by hdaklue on 11/18/2023 in #❓┊help
Pagination Bug
not helping I tried cache:clear , view:clear
28 replies
FFilament
Created by hdaklue on 9/12/2023 in #❓┊help
active filters are applied but doesn't appear on table.
->filters([ DateRangeFilter::make('created_at'), ])
5 replies
FFilament
Created by hdaklue on 9/9/2023 in #❓┊help
Make all panels use the same Login and Logout routes.
@Andrew Wallo thanks a lot, I did something similar.
5 replies
FFilament
Created by triad on 9/8/2023 in #❓┊help
$set in afterStateUpdated () not working in v3 but worked in v2
also ->live(true) helped
29 replies
FFilament
Created by triad on 9/8/2023 in #❓┊help
$set in afterStateUpdated () not working in v3 but worked in v2
did you try to change Reactive to ->live() for some reason that helped me sometimes
29 replies
FFilament
Created by triad on 9/8/2023 in #❓┊help
$set in afterStateUpdated () not working in v3 but worked in v2
@smashville are you sure they are on the same component level?
29 replies
FFilament
Created by triad on 9/8/2023 in #❓┊help
$set in afterStateUpdated () not working in v3 but worked in v2
Maybe it's a statePath issue
29 replies