nova-order-field
nova-order-field copied to clipboard
sortable() not working on other fields
Hi there,
When OrderField is used, all other fields using the function sortable() are disabled, e.g.:
OrderField::make('Order'), Boolean::make('Active')->sortable();
Thanks, Enrique
Hi @michielkempen,
Any update on this issue?
The ability to sort your table by multiple fields is quite common in a CMS. It facilitates the data search and group.
Have you found a solution to it?
Thanks in advance!
Same issue to me. But thanks for the great package
Same here. Does anybody has solution for this problem? @michielkempen?