Add column.visible property to show/hide column
komarovalexander
released this
28 Oct 08:44
·
830 commits
to master
since this release
const tablePropsInit: ITableProps = {
columns: [
{
key: 'column1',
visible: false // hidden column
},
],
//...
};
Demo: https://komarovalexander.github.io/ka-table/#/column-settings