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-01-30 23:52:11 +01:00
Code
Issues
Releases
Activity
DataTables
/
.datatables-commit-sync
2 lines
41 B
Plaintext
Raw
Normal View
History
Unescape
Escape
New: `$.fn.dataTable.util` methods are now overridable (`throttle` and `escapeRegex`) - It is useful to be able to replace some of the utility methods with your own custom ones - for example a debounce rather than tha throttle for filtering. - This commit reorders the code a little to make that possible. No new code is present at such - its really about reordering the current code to make `$.fn.dataTable.util` the host for the original functions. Backwards compatiblity is provided by assigning the util methods to their old variables. With the next major update they should be removed and the util methods used directly. - Other util methods should be added at the same time, escapeHtml, unique, etc. - Fixes DataTables/DataTables #810
2016-12-02 17:20:34 +00:00
6646b5f07d2bc16733788fdda9cfda91cdb33dc9
Reference in New Issue
Copy Permalink