Packaged Themes
Four new prepacked themes have now been included with tabulator:
- Simple - A plain, simplistic layout showing only basic grid lines.
- Midnight - A dark, stylish layout using simple shades of grey.
- Modern - A neat, stylish layout using one primary color.
- Autumn - A colorful, bright layout using shades of orange and brown.
A demo of each of these in action can be found on the Examples page.
Textarea Formatter and Editor
A new _textarea_ formatter and editor have been added to allow for the display and editing of multi-line text.
For more Information on the formatter, check out the Formatter Documentation.
For more Information on the editor, check out the Editor Documentation.
Header Filters
Is is now possible to filter the table data directly from the column headers, by setting the _headerFilter_ parameter in the column definition object for that column.
For more Information on the header filtering, check out the Header Filtering Documentation.
Editable Column Titles
Column titles now can be made user editable by setting the _editableTitle_ parameter to _true_ in a columns definition object.
For more Information, check out the Editable Column Title Documentation.
IE Compatibility Issues Resolved
Various compatibility issues with Internet Explorer 11 have now been resolved.