x-spreadsheet
x-spreadsheet copied to clipboard
Am I the only one here thinks the sort and filter function is not working?
The sorting only sorts by data index, and filter function often make all the data rows disapper, and it is not only happening in my code but also happening in the docs/index.html. Can someone comfirm this please?
1, select area
2, click filter
Enter 50 a and a few b like so"
then select the first colum and set the filter like so:
then click OK and it's all gone
And sorting is only sorting by the row index
And are you sure this is going to work?
If the exceptRowTotalHeight is bigger than the canvas' height, not a single row is ever gonna show.
And all the t && t.text ? t.text : ""; needs to be changed to t && t.text != null ? t.text : ""; otherwise all 0s bind by code will be shown as empty string.
use filter without freeze
I'm not using freeze.
this is a problem about filter
@myliang Have you recently considered solving sort bug?
@myliang Any update fix for this?
Having the same issue. Has anyone been able to fix it on their own? P.S. It seems to be an issue with the last option in the filter. If you have multiple options in the filter. All except the last one work. If you select the last one plus any of the ones above it still works.