gregnb / gregnb/mui-datatables
How to disable toggle view column on specific column
Open
- Dominant language
- JavaScript
- Stars
- 2.7k
- Forks
- 906
- PR merge metrics
- No merged PRs in 30d
Description
Users can select the columns to display. However, there are always columns that I don't want user to hide, especially the columns for index, like `UserID` in following example.
I have a table with following 5 columns.
> UserID, CreatedDate, DeletedDate, FriendIDs, LastMsg,
User could decide to show/hide [_CreatedDate, DeletedDate, FriendIDs, LastMsg_], but **UserID** will always be displayed, and user could not see it from select panel.
Do you agree?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.