Add column.isSortable & childComponents.sortIcon
komarovalexander
released this
10 Sep 11:00
·
474 commits
to master
since this release
column.isSortable
- disable sorting for specific column
childComponents.sortIcon
- gives ability to customize sortIcon component
columns: [{
...
isSortable: false,
...
}],
childComponents={{
sortIcon: {
...
}
}}
Demo: https://komarovalexander.github.io/ka-table/#/sorting
Docs: http://ka-table.com/docs_props.html#toc1