1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-11-29 11:24:10 +01:00
DataTables/media
2010-09-14 19:59:23 +01:00
..
css New: When using jQuery UI theme option, DataTables will wrap the contents of sortable TH element in a DIV which can then be used to position the sorting arrow accurately across all columns. The required CSS has been added to the CSS files to show this effect. 2010-09-03 08:33:44 +01:00
images Initial commit - DataTables 1.7.0 2010-08-17 08:42:13 +01:00
js Fixed: Data casting is now done after fnRender is called. This means that if you pass fnAddData a number, you'll get a number, and not the number cast as a string - 2611. 2010-09-14 19:59:23 +01:00
unit_testing Fixed: Column visibility was not being saved when calling fnSetColumnVis. It would require another draw to save the state before - 2635. 2010-09-14 19:43:04 +01:00