Hi Tony,
In my project I needed to keep the rows selected when clicking a column for ordering the rows.
Here are the modifications I made to the grid.base.js in order to add this feature without modifying the current behaviour.
line 61:
|
1 |
unselectOnSort: true, |
line 984 :
|
1 |
if(ts.p.multiselect && ts.p.unselectOnSort) { |
Then one just needs to add in the tables options :
|
1 |
unselectOnSort: false, |
Hope you will include it in your next release and / or it will save someone's time.
Greetings
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top