gregnb / gregnb/mui-datatables

How to disable toggle view column on specific column

Open
#1,376 4 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.