const[columnVisibility,setColumnVisibility]=useState({columnId1:true,columnId2:false,//hide this column by defaultcolumnId3:true,});consttable=useReactTable({//...state: {columnVisibility,//...},onColumnVisibil
column name used in server-side calls sortable: boolean, // Overrides the table option resizable: boolean, // Overrides the table option filterable: boolean, // Overrides the table option show: true, // can be used to hide a column width: undefined, // A hardcoded width for the column....