gregnb / gregnb/mui-datatables
Hide some columns in the table and show them in the view columns
Open
question
- Dominant language
- JavaScript
- Stars
- 2.7k
- Forks
- 906
- PR merge metrics
- No merged PRs in 30d
Description
## Expected Behavior
some columns are set to be unchecked from the view columns dropbox
## Current Behavior
## Code Snippet
`const emptabledisplay = props => {
const { columns } = props.data;
const { data } = props.data;
const options = {
filterType: "dropdown",
responsive: "scroll"
};
return (
);
};
export default emptabledisplay;
`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.