Added
Added an option to allow the sticky headers to be disabled
advancedSearchEnabled
is true or an advancedSearch
is passed in, this is set to true. advancedSearch
is passed in, this is set to true. If filterEnabled
is set to false and this is set to true, the advanced search will be shown on it's own with no toggle for switching the filter type. See the Using the Advanced Search section at the bottom of the page for more information on the advanced search showAdvancedSearch
and advancedSearchEnabled
are both set to true, showing and enabling the advanced search. See the Using the Advanced Search section at the bottom of the page for more information on the advanced search hx.sort.compare
to provide better sorting '$total'
variables can be substituted in, e.g for a table with 3 rows and 1 row selected: options = {
selectedRowsText: '$selected of $total selected.'
}
// Would evalate to '1 of 3 selected.'
headerCellRenderer
for each column renderSuppressed()
instead renderSuppressed(value)
instead renderSuppressed()
instead renderSuppressed(value)
instead renderSuppressed()
instead renderSuppressed(value)
instead suppressRender
as the name did not make it clear that it was a setter/getter. suppressRender
as the name did not make it clear that it was a setter/getter. {
headers: function (cb) { ... }
totalCount: function (cb) { ... }
rows: function (range, cb) { ... }
rowsForIds: function (ids, cb) { ... }
}
hx.dataTable
object. A data table expects data to be returned in the callback of each function with a specific value. If a custom feed is created, it must return the values expected by the table.