gregnb / gregnb/mui-datatables

Hide some columns in the table and show them in the view columns

Open
#734 6 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.