This website requires JavaScript.
Explore
Help
Register
Sign In
rooty
/
DataTables
Watch
1
Star
0
Fork
0
You've already forked DataTables
mirror of
https://github.com/DataTables/DataTables.git
synced
2025-02-01 00:52:11 +01:00
Code
Issues
Releases
Activity
DataTables
/
.datatables-commit-sync
2 lines
41 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix: Individual column sorting was not distinct for multiple tables - The `settings.aoPreSearchCols` array was being shared between every table on the table (test using a simple: $.fn.dataTableSettings[0].aoColumns === $.fn.dataTableSettings[1].aoColumns ) which meant that a column filter aplpied to one table would be applied to all others. - Fix is to deep copy the search model when adding a columns - Fixes DataTables/DataTables issue #213
2013-08-04 10:16:28 +01:00
bf16c47fd69b5d4460b5fa23d97ed1cb1060e4a3
Reference in New Issue
Copy Permalink