Feature #1786
Support all column options
Start date:
2011-12-15
Due date:
% Done:
80%
Estimated time:
Description
see http://datatables.net/usage/columns
- asSorting
- aTargets
bSearchable- bSortable
- bUseRendered
bVisible- fnRender
iDataSort- mDataProp
- sClass
- sDefaultContent
- sName
- sSortDataType
- sTitle
- sType
- sWidth
Associated revisions
re #1786 Added support for bSortable, sClass.
re #1786 More work on support for various column and table options.
re #1786 Now handles functions and arrays in the both column options and table-wide options.
re #1786 Updated tests to work with newest changes.
re #1786 Added support for expandable rows.
History
#1 Updated by David Horton almost 13 years ago
- % Done changed from 20 to 80
re #1786 Added support for bVisible, iDataSort, bSearchable.