ColReorder with scrollX causes server side data reload

ColReorder with scrollX causes server side data reload

kurtstaufferkurtstauffer Posts: 4Questions: 1Answers: 0

Please see this jsfiddle for reference.

Our application requires the ability to reorder columns as well as scroll horizontally when there are many columns.

With the ColReorder plugin enabled and the scrollX option explicitly set to true (or even false), reordering a column will trigger the table to reload its data from the server. However, if the scrollX option is removed, the table will not reload its data from the server when the columns are reordered. I cannot find anywhere in the documentation that this is expected behavior and web searches have not turned up anything.

Is anyone else experiencing this issue? Any help you can provide would be greatly appreciated.

Thanks in advance!

Replies

  • allanallan Posts: 61,642Questions: 1Answers: 10,093 Site admin

    Hi,

    Thanks for the bug report. Apologies I missed this thread back when you originally reported it. The issue was raised in another thread where I've posted a fix. The nightly version of ColReorder now no longer suffers from this problem.

    Regards,
    Allan

This discussion has been closed.