You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
We observe an issue when using Filter control extension + Sticky header extension + data-sort-empty-last=true + data-sort-select-options=true.
When scrolling the table we see that the select inputs are not well initialized, displaying the first not null value instead of empty by default.
See example attached.
My guess: when using the data-sort-empty-last=true, it does also on the select input options because of the data-sort-select-options=true other option.
But the select option sort should always keep the blank value as default.
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Bootstraptable version(s) affected
1.23.5
Description
Hi,
We observe an issue when using
Filter control extension
+Sticky header extension
+data-sort-empty-last=true
+data-sort-select-options=true
.When scrolling the table we see that the select inputs are not well initialized, displaying the first not null value instead of empty by default.
See example attached.
Example(s)
https://live.bootstrap-table.com/code/adriencoa/18404
Possible Solutions
My guess: when using the
data-sort-empty-last=true
, it does also on the select input options because of thedata-sort-select-options=true
other option.But the select option sort should always keep the blank value as default.
Additional Context
No response
The text was updated successfully, but these errors were encountered: