Ricardo Sawir
do we have a way to make table column fixed when side scrolling?
For reference: https://datatables.net/extensions/fixedcolumns/examples/initialisation/left_right_columns.html
5 replies
How to use Eloquent's sushi, but the data is dynamic from API?
So, let's say I'm using a table filter, but its data is sourced from an API. Can we dynamically get the data? I reckon that using Sushi only allows you to source the data upfront. But I want to get the data dynamically based on table's filter
15 replies
Test: Route not defined
How should I approach this problem? I'm testing the admin panel, and it has a view route. However, when doing livewire(ListUsers::class), it throws this route not defined. I'm thinking Filament registers the route, but it's not yet registered in the tests
35 replies