1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-11-28 10:24:10 +01:00

Commit Graph

  • 76c4283b47 Fix: Bootstrap 4 flexbox grid Allan Jardine 2016-12-02 17:16:23 +0000
  • 1071d82541 Merge branch 'master' of github.com:DataTables/DataTablesSrc Allan Jardine 2016-12-02 17:16:08 +0000
  • 9a8636af2a Fix - example: Direct link to dt-init ajax.data from its example Allan Jardine 2016-12-02 17:15:49 +0000
  • 38d7e00e30 Merge pull request #70 from markvantilburg/patch-7 Allan Jardine 2016-12-02 17:15:33 +0000
  • aa23ed8744 Merge pull request #71 from markvantilburg/patch-6 Allan Jardine 2016-12-02 17:15:17 +0000
  • 03c918d92e Merge pull request #72 from markvantilburg/patch-4 Allan Jardine 2016-12-02 17:15:02 +0000
  • 7e9ef80c58 Merge pull request #73 from markvantilburg/patch-2 Allan Jardine 2016-12-02 17:14:46 +0000
  • d7c1892cb2 Update jquery.dataTables.scss Allan Jardine 2016-12-02 17:14:29 +0000
  • ef61fb5ded Update dataTables.uikit.scss Allan Jardine 2016-12-02 17:14:13 +0000
  • 31c7312f9f Update dataTables.semanticui.scss Allan Jardine 2016-12-02 17:13:57 +0000
  • 1416aabcc9 Update dataTables.foundation.scss Allan Jardine 2016-12-02 17:13:24 +0000
  • 3f0245edd6 Update dataTables.bootstrap4.scss Allan Jardine 2016-12-02 17:13:08 +0000
  • aa14a9e50d Dev: Update markdown to allow a line break with a single line. Allan Jardine 2016-12-02 17:12:34 +0000
  • 321be3bdb3 Remove prefixed -moz-box-sizing (not needed since ff 29) Allan Jardine 2016-12-02 16:46:11 +0000
  • c557cf0ac5 Adding MSSQL support to ssp.class Paulo George Gomes Bezerra 2016-10-19 11:26:29 -0200
  • 57cd015456 Merge 05f99d0697 into 130687eeef Tzipora Ziegler 2016-11-22 15:48:14 +0000
  • 05f99d0697 Add first_last_numbers Pagination Option Tzipora Ziegler 2016-11-22 10:44:46 -0500
  • 130687eeef Fix: caption tags should have the caption-side CSS value read from the caption tag itself, not the tabe tag. Allan Jardine 2016-09-30 11:15:24 +0100
  • 0034f6c63e Fix: Using -init columns.data to access a data point which uses a backslash in its name would result in an error due to an incorrectly escaped regex. Allan Jardine 2016-09-29 16:22:53 +0100
  • 6e6705da26 Dev: Include jquery-plugin in keywords for package.json Allan Jardine 2016-09-29 15:40:29 +0100
  • deaf51cef5 New: -api $.fn.dataTable.isDataTable() will now check for DataTable API instances as well (i.e. variables passed in) Allan Jardine 2016-09-29 11:28:42 +0100
  • 62b6cb1b56 Fix: If initialising a DataTable when the window was horizontally scrolled the browser detection would incorrectly determine that rtl layout was being used (effects scrolling view). Allan Jardine 2016-09-21 10:57:59 +0100
  • 1e4dccb54d Dev: Fix no selector issue introduced by dfbf4fa23aa0952ee007bca06b791c2cd0ad48bb Allan Jardine 2016-09-20 09:14:08 +0100
  • f7d4b8a9cc Fix: Row selector would incorrectly select rows if row index 0 was passed in with a selector modifier. Allan Jardine 2016-09-19 16:30:12 +0100
  • 010e070ff0 Merge branch 'master' of github.com:DataTables/DataTablesSrc Allan Jardine 2016-09-19 16:29:36 +0100
  • 46d10406a2 Added tests for columns API Allan Jardine 2016-09-19 16:27:30 +0100
  • 71fcdec54b Fix: Fooundation 6 styling for the processing element needs to use the callout class Allan Jardine 2016-09-16 14:54:19 +0100
  • ad129699b6 Merge branch 'master' of https://github.com/DataTables/DataTablesSrc Allan Jardine 2016-09-16 14:51:45 +0100
  • 3987e441b8 Added modified tests for stateLoad/stateSave Allan Jardine 2016-09-16 14:51:28 +0100
  • ddec443008 Dev: 1.10.13-dev version indicator Allan Jardine 2016-08-23 16:01:42 +0100
  • 19a3832792 Dev: Trigger a state save on the first draw like before Allan Jardine 2016-08-23 16:01:25 +0100
  • 02e5dbcf7a Fix: jQuery selectors which had a comma in them were incorrectly split by DataTables causing them to be invalid or give incorrect results Allan Jardine 2016-08-23 14:32:50 +0100
  • fb708efe7e Fix: Number renderer was not correctly rounding values Allan Jardine 2016-08-23 11:25:50 +0100
  • 55e0c4da2c Merge branch 'master' of github.com:DataTables/DataTablesSrc Allan Jardine 2016-08-23 11:25:33 +0100
  • f4d266b5c7 Added test plans for table api Allan Jardine 2016-08-23 11:25:16 +0100
  • 26fb2b9524 New: -init stateLoadCallback can now use a callback function for async loading of state data, rather than requiring it to be sync. Allan Jardine 2016-08-22 16:31:19 +0100
  • cd3719e3a9 Merge branch 'master' of https://github.com/DataTables/DataTablesSrc Allan Jardine 2016-08-22 16:28:29 +0100
  • 3d425d98b5 Fixed several typos in documentation Allan Jardine 2016-08-22 16:28:11 +0100
  • be6d4820ee Merge branch 'master' of github.com:DataTables/DataTablesSrc Allan Jardine 2016-08-22 16:27:54 +0100
  • b5ce731f1d Merge branch 'master' of https://github.com/DataTables/DataTablesSrc Allan Jardine 2016-08-22 16:27:20 +0100
  • 267b8bc843 Modified tests for columnDefs Allan Jardine 2016-08-22 16:26:46 +0100
  • cb09b1871b Fix: Remove deprecated jQuery $().bind() and $().unbind() use, replaced with the $().on() and $().off() methods. Allan Jardine 2016-08-09 17:58:41 +0100
  • a588b58ec3 Merge branch 'master' of https://github.com/DataTables/DataTablesSrc Allan Jardine 2016-08-09 17:58:10 +0100
  • b41e559175 Modified tests for columnDefs Allan Jardine 2016-08-09 17:57:39 +0100
  • 3511506728 Performance: Faster row selection for multiple rows (-api rows()) by reusing the allowed row index array Allan Jardine 2016-08-09 17:57:08 +0100
  • 3bab6dcffd Merge branch 'master' of https://github.com/DataTables/DataTablesSrc Allan Jardine 2016-08-09 17:56:21 +0100
  • e7b656d3f2 Added new tests for callbacks, first pass complete. Allan Jardine 2016-08-09 17:55:50 +0100
  • 269bf01da0 Fix: Improve column selector when used with a complex jQuery selector for pseudo selectors Allan Jardine 2016-08-09 17:55:19 +0100
  • 15baf23757 Dev: Revert 6f6b3d4b14fbba4a8818d8a24dc71763f9e92c80 - it was completely wrong! Allan Jardine 2016-08-09 17:52:59 +0100
  • e05df36acf Fix - example: Typo in row callback example Allan Jardine 2016-08-09 17:51:23 +0100
  • dfd7241083 Dev: Correct internal parameter names - they we misleading in the code Allan Jardine 2016-08-09 17:51:07 +0100
  • 58b09f70cb Update: Upload examples to latest jQuery 1.x release Allan Jardine 2016-08-09 17:50:18 +0100
  • 6b706f1b47 Fix - docs: Typo in description of -init columns.orderable Allan Jardine 2016-08-09 17:50:01 +0100
  • 5dd079e5f0 Added new callback tests- Allan Jardine 2016-08-09 17:49:45 +0100
  • 9afea0b6d0 Dev: Updating jQuery used in examples to 1.12.4 Allan Jardine 2016-08-09 17:49:13 +0100
  • 66e1e89ed7 Merge branch 'master' of https://github.com/DataTables/DataTablesSrc Allan Jardine 2016-08-09 17:48:56 +0100
  • 429b623190 Added new test Allan Jardine 2016-08-09 17:48:40 +0100
  • 00682a585e Merge pull request #80 from aij/master Allan Jardine 2016-08-09 17:47:52 +0100
  • 50d14fc06c Added new tests for columns options. Allan Jardine 2016-08-09 17:47:19 +0100
  • df8192e3be Fix date sorting of empty fields Allan Jardine 2016-08-09 17:47:03 +0100
  • c256a3d63e Merge branch 'master' of https://github.com/DataTables/DataTablesSrc Allan Jardine 2016-08-09 17:45:58 +0100
  • 7d6decd2ce Added news tests Allan Jardine 2016-08-09 17:45:42 +0100
  • e42e6f40b4 Dev: Updating Semantic UI libraries to 2.2.1 Allan Jardine 2016-08-09 17:44:18 +0100
  • be84e18e8b Dev: Update moment and add note about test files Allan Jardine 2016-08-09 17:37:25 +0100
  • 3e053adb3a sUrl undefined making ajax request to self making kolorafa 2016-08-09 12:59:32 +0200
  • 1d27801256 Merge c3693875b8 into ca12924904 Marc Bennewitz 2016-08-06 06:46:52 +0000
  • 634eaf8b2a remove background-image icons from table .sorting pjryan126 2016-08-02 18:17:02 -0400
  • 90173c1670 Improve throttle function JoniJnm 2016-07-12 17:18:15 +0200
  • abe55b3602 Add commonjs import. Jeroen van Veen 2016-06-07 10:50:05 +0200
  • 3a432c5db3 DataTables 1.10.12! 1.10.12 Allan Jardine 2016-05-20 14:09:02 +0100
  • 82766d393e Fix: Align "show entries" text correctly for cases where the Semantic UI JS is not available on the page Allan Jardine 2016-05-20 14:08:26 +0100
  • 398dd0cede Dev: Reorder themes, so Bootstrap4 can include Bootstrap3 file if approriate Allan Jardine 2016-05-20 14:07:50 +0100
  • e77fb75e07 Fix: Semantic UI styling with a scrolling table Allan Jardine 2016-05-20 12:24:43 +0100
  • b19d2846cb Dev: Apply previous fix to Bootstrap 4 as well Allan Jardine 2016-05-20 12:24:02 +0100
  • c804d7a6df Fix: Apply border-collapse: separate to Bootstrap styled DataTables Allan Jardine 2016-05-20 12:23:21 +0100
  • 55d2473d6f Fix: Remove MySQL specific commands from demo SSP class Allan Jardine 2016-05-18 16:34:44 +0100
  • c8ff61673c Dev: Update issue template to not use markdown Allan Jardine 2016-05-16 12:31:28 +0100
  • e25a106ecc New: $.fn.dataTable.util methods are now overridable (throttle and escapeRegex) Allan Jardine 2016-05-09 15:25:20 +0100
  • 0f22e3d7d9 Merge 8a4385eee9 into b66849a676 chihlee 2016-05-07 03:07:13 +0000
  • aa366ba549 Merge 6755d9c23e into b66849a676 Juarez Turrini 2016-05-03 06:01:17 +0000
  • b66849a676 Update: Update to jQuery 1.12.3 Allan Jardine 2016-05-02 16:17:43 +0100
  • 8761721627 Dev: Updating the styling of the code blocks in the examples Allan Jardine 2016-05-02 16:17:02 +0100
  • 26cbeccba1 Fix - example: Server-side pipelining didn't work when all data is requested Allan Jardine 2016-05-02 16:15:12 +0100
  • e77bf305f5 fixing pagination focus issue Matthew Mueller 2016-04-20 17:19:03 -0400
  • 73abf82c1d Fix: dt-api order() called with an empty array would cause a JS error Allan Jardine 2016-04-19 17:51:22 +0100
  • e6d8429987 Dev: Fix recursion error with Responsive from last commit. Need to be more selective about when we fire column-visiblity! Allan Jardine 2016-04-19 17:50:49 +0100
  • 938289db93 Dev: A JS error was introduced with the column visiblity change - undefined variable. Allan Jardine 2016-04-19 17:49:39 +0100
  • 1749cb2b1b Fix: Performance issue when using columns.visible() as a setter. Allan Jardine 2016-04-18 15:09:38 +0100
  • b36cf4bdda Merge branch 'master' of github.com:DataTables/DataTablesSrc Allan Jardine 2016-04-18 15:09:01 +0100
  • c439436bc7 Fix - example: Direct link to dt-init ajax.data from its example Allan Jardine 2016-04-18 15:08:25 +0100
  • 92a59348ef Merge pull request #70 from markvantilburg/patch-7 Allan Jardine 2016-04-18 15:07:47 +0100
  • c4d2ab8e81 Merge pull request #71 from markvantilburg/patch-6 Allan Jardine 2016-04-18 15:07:11 +0100
  • dd31b8b1f1 Merge pull request #72 from markvantilburg/patch-4 Allan Jardine 2016-04-18 15:06:34 +0100
  • 0a3da850cb Merge pull request #73 from markvantilburg/patch-2 Allan Jardine 2016-04-18 15:05:59 +0100
  • 2f7feab531 Update jquery.dataTables.scss Allan Jardine 2016-04-18 15:05:21 +0100
  • 6a81c5e55a Update dataTables.uikit.scss Allan Jardine 2016-04-18 15:04:45 +0100
  • 6422ea4a9c Update dataTables.foundation.scss Allan Jardine 2016-04-18 15:04:06 +0100
  • 7acd79f7ea Update dataTables.bootstrap4.scss Allan Jardine 2016-04-18 15:03:19 +0100
  • c6e574314b Fix - docs: Add dt-init lengthChange to dt-init dom related Allan Jardine 2016-04-18 15:00:55 +0100
  • 93b848e89b Update package.json Bian Jiaping 2016-03-22 17:02:38 +0800