[GH #3085] Sorting on checkbox column produces inconsistent behavior based on scroll position with autoColumnSize: false option

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.

  1. Use sort plugin on checkbox column to sort
  2. The table is scrolled to the bottom
  3. autoColumnSize is disabled (false)

Could you please check whether this is a bug?

Steps to reproduce:

  1. Scroll to the bottom of the table
  2. Click ‘sort’ button at the top, (no sort → asc → desc) works fine
  3. Click ‘sort’ button again, the sort does not work
  4. Scroll to top of the table or comment out the autoColumnSize option, then sort works

Hi @hjeong1200

Thank you for reporting this. It’s a very strange behavior. I reported it internally for further investigation. I will let you know as soon as I have any updates regarding the possible fix.