react-dj-table

git icon
Change theme

Hidden Columns

ColumnsHidden

Note #

It is best practice to hide columns like id, hidden columns are completely removed from the UI.

Hidden Column options #

   const options = {
hiddenCols:['id','col2']
};