1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-12-13 01:08:49 +01:00
DataTables/media/js
Allan Jardine 632f449467 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
..
dataTables.bootstrap4.js Fix - example: Server-side pipelining didn't work when all data is requested 2016-12-02 17:19:00 +00:00
dataTables.bootstrap4.min.js Fix - example: Server-side pipelining didn't work when all data is requested 2016-12-02 17:19:00 +00:00
dataTables.bootstrap.js Fix - example: Server-side pipelining didn't work when all data is requested 2016-12-02 17:19:00 +00:00
dataTables.bootstrap.min.js Fix - example: Server-side pipelining didn't work when all data is requested 2016-12-02 17:19:00 +00:00
dataTables.foundation.js Remove prefixed -moz-box-sizing (not needed since ff 29) 2016-12-02 16:46:11 +00:00
dataTables.foundation.min.js Remove prefixed -moz-box-sizing (not needed since ff 29) 2016-12-02 16:46:11 +00:00
dataTables.jqueryui.js Update: Allow a window to be passed in for CommonJS factory which gives DataTables the ability to be used in a headless environment (server-side rendering for example) 2015-11-03 16:32:39 +00:00
dataTables.jqueryui.min.js Update: Allow a window to be passed in for CommonJS factory which gives DataTables the ability to be used in a headless environment (server-side rendering for example) 2015-11-03 16:32:39 +00:00
dataTables.material.js Adding new integration files from the source repo. These are all currently proof of concept / technical previews and not ready for production use. 2016-02-11 10:28:13 +00:00
dataTables.material.min.js Adding new integration files from the source repo. These are all currently proof of concept / technical previews and not ready for production use. 2016-02-11 10:28:13 +00:00
dataTables.semanticui.js Fix - example: Server-side pipelining didn't work when all data is requested 2016-05-02 16:15:12 +01:00
dataTables.semanticui.min.js Fix - example: Server-side pipelining didn't work when all data is requested 2016-05-02 16:15:12 +01:00
dataTables.uikit.js Adding new integration files from the source repo. These are all currently proof of concept / technical previews and not ready for production use. 2016-02-11 10:28:13 +00:00
dataTables.uikit.min.js Adding new integration files from the source repo. These are all currently proof of concept / technical previews and not ready for production use. 2016-02-11 10:28:13 +00:00
jquery.dataTables.js New: $.fn.dataTable.util methods are now overridable (throttle and escapeRegex) 2016-12-02 17:20:34 +00:00
jquery.dataTables.min.js New: $.fn.dataTable.util methods are now overridable (throttle and escapeRegex) 2016-12-02 17:20:34 +00:00
jquery.js Dev: Update to include the latest jQuery in the repo 2016-02-11 14:29:35 +00:00