nova-custom-table-card
nova-custom-table-card copied to clipboard
Sorting not working
Hello, and thank you for this useful package!
I have noticed that in nova 4.13 the sorting functionality seems to be broken: the icons dont show up and clicking on the sortable header does nothing. Has anyone else noticed this issue ?
My header array looks like this:
$header=([
new Cell('Article'),
(new Cell('Views'))->sortable(true),
(new Cell('Likes'))->sortable(true)
]);
thank you !
Hello Same issue here
Yep, sorting appears to not work. :\