Cheers!
Here is my problem:
I have lot number of columns and few-level header in my table, so I need to set
virtualX: true and
virtualXHeaderType: false (to display rowspan and colspan correctly). Grid works fine but there's one problem with sorting- it works slow -up to 5 sec. If I set option
virtualXHeaderType: true -it work very fast though header displays not properly
.
Is it possible to speed up sorting in grid with disabled
virtualXHeaderType?
Thanks in advance!