We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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!
Sorry, something went wrong.
Same issue to me. But thanks for the great package
Same here. Does anybody has solution for this problem? @michielkempen?
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: