Skip to content

Add column.isSortable & childComponents.sortIcon

Compare
Choose a tag to compare
@komarovalexander komarovalexander released this 10 Sep 11:00
· 474 commits to master since this release
654b92a

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