Skip to content

Add column.visible property to show/hide column

Compare
Choose a tag to compare
@komarovalexander komarovalexander released this 28 Oct 08:44
· 830 commits to master since this release
294e7de

#94

  const tablePropsInit: ITableProps = {
    columns: [
      { 
         key: 'column1', 
         visible: false  // hidden column
      },
    ],
    //...
  };

Demo: https://komarovalexander.github.io/ka-table/#/column-settings