-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
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
Filter-control // null values in select filters not selectable #7679
Comments
Hey, for the empty values filtering in 1.24.0 you'll need to add
For the sorting issue you mentioned in your edit, try adding data-filter-strict-search="false" along with your data-filter-order-by="desc". This should keep the sort order without jumping to the bottom. Good luck |
Thank you for your suggestions. There was a difference in the breakdown of the array which lead to empty I now updated it to use
which gives me a For now I'll make it work using a dash (-) instead of Regarding the |
Description
Hi,
I just redesigned a php project of mine and went from BootstrapTable 1.15.5 to 1.24.0.
Here's the HTML I'm using for the table:
I also have an issue when I want to filter for empty attributes.
With 1.15.5 I had die option to select "Empty". With 1.24.0 I can't get it working to show empty values.
1.24.0
1.15.5
Any help would be highly appreciated.
And thanks for providing such an awesome tool!
Example(s)
No response
The text was updated successfully, but these errors were encountered: