m-a-k-o / nova-custom-table-card

Simple Nova Card for Custom Tables
MIT License
46 stars 26 forks source link

Sorting not working #33

Open Teox76 opened 2 years ago

Teox76 commented 2 years ago

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 !

meyer59 commented 2 years ago

Hello Same issue here

gbrits commented 1 year ago

Yep, sorting appears to not work. :\