1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-12-02 14:24:11 +01:00
DataTables/media/js
2015-10-27 12:05:03 +00:00
..
dataTables.bootstrap.js Fix: Bootstrap and Foundation integration XHTML error for ellipsis entity 2015-10-13 15:29:49 +01:00
dataTables.bootstrap.min.js Fix: Bootstrap and Foundation integration XHTML error for ellipsis entity 2015-10-13 15:29:49 +01:00
dataTables.foundation.js Fix: Bootstrap and Foundation integration XHTML error for ellipsis entity 2015-10-13 15:29:49 +01:00
dataTables.foundation.min.js Fix: Bootstrap and Foundation integration XHTML error for ellipsis entity 2015-10-13 15:29:49 +01:00
dataTables.jqueryui.js Dev: Naming for AMD and CommonJS loaders set to a unique value that will be useable on bower and npm due to no conflicts. 2015-10-13 15:28:14 +01:00
dataTables.jqueryui.min.js Dev: Naming for AMD and CommonJS loaders set to a unique value that will be useable on bower and npm due to no conflicts. 2015-10-13 15:28:14 +01:00
jquery.dataTables.js Fix: Column alignment errors in IE due to sub-pixel rendering issues. Basically this came down to the width of the table not equalling the width of the cells in the table and if the column widths assigned and the table width assigned did not match perfectly, IE would ignore the column widths assigning and layout as it saw best. Now the column width calculation will remove this sub-pixel issue by rounding up and also keep a track of the table width itself rather than reading from the DOM. 2015-10-27 12:05:03 +00:00
jquery.dataTables.min.js Fix: Column alignment errors in IE due to sub-pixel rendering issues. Basically this came down to the width of the table not equalling the width of the cells in the table and if the column widths assigned and the table width assigned did not match perfectly, IE would ignore the column widths assigning and layout as it saw best. Now the column width calculation will remove this sub-pixel issue by rounding up and also keep a track of the table width itself rather than reading from the DOM. 2015-10-27 12:05:03 +00:00
jquery.js Dev: Update to jQuery 1.11.3 2015-04-30 14:00:53 +01:00