Hello,
I found out that using sort on checkbox type column produces an inconsistent behavior based on scroll position when autoColumnSize option is turned off. Specifically, the sort feature gets broken with below three conditions applied at the same time.
- Use sort plugin on checkbox column to sort
- The table is scrolled to the bottom
- autoColumnSize is disabled (false)
Could you please check whether this is a bug?
Steps to reproduce:
- Scroll to the bottom of the table
- Click ‘sort’ button at the top, (no sort → asc → desc) works fine
- Click ‘sort’ button again, the sort does not work
- Scroll to top of the table or comment out the autoColumnSize option, then sort works