Column Header Tooltips
It is now possible to set tooltips to display on column headers. This is particularly useful when your columns are too narrow to display full header names.
Add and Remove Columns
you can now add and remove columns from a table using the _addColumn_ and _deleteColumn_ functions
setColumns Rendering Fix
Set columns has been updated to fix a rendering glitch when changing the number of columns.
New dataFiltered Callback
The _dataFiltered_ callback is now available offering access to the filtered subset of the table data after new data is loaded into a table or a filter operation is performed.
Input Validation
All functions now validate argument data before updating the table.