mui-datatables
mui-datatables copied to clipboard
Datatables for React using Material-UI
Trying to perform edit operation on MUIDatatable and https://codesandbox.io/s/mui-datatable-example-forked-7lu7ue is the codesandbox link. When onClick of a cell, a textfield should show up for that particulat cell inorder to perform...
Is there a way to attach a function to run when the select all checkbox is selected? I can't seem to find mention in the documentation. Thanks
I feel bad for opening another issue with 203 open right now, but I have to at least mention it in case anybody else runs into this problem: Theming and...
## Expected Behavior I'm trying to customize my table by [this docs](https://github.com/gregnb/mui-datatables#customize-styling) but it's no effect I'm also doing research but can find examples of how to do custom style...
Version mui-datatables:4.1.2 import React from "react"; import ReactDOM from "react-dom"; import MUIDataTable from "mui-datatables"; const table = (): JSX.Element => { const columns = [ { name: "Name", options: {...
## Expected Behavior Some documentation that describes exactly how to align a column header. ## Current Behavior Nothing in the docs. Some old issues that don't really help. 1. Just...
I'm trying to add an additional component to the selected toolbar using customToolbarSelect but when I do, the default trash icon is removed. Is there any way of preventing this?...
## Expected Behavior I'd expect to be able to choose my `data-testid` labels for unit testing, instead of having MUI-datable, a 3rd party library, to define them for me. Even...
## Expected Behavior There is an option to remove this feature ## Current Behavior Notice the datatable examples have gray highlight when you hover and ripple on `sortOnChange`. for example...
## Expected Behavior The latest version of DefinitelyTyped/mui-datatables uses - @material-ui/core: 4.11.3 - @material-ui/types: 5.1.0 as dependencies. This is an issue if you want to use MUI5, mui-datatables and DefinitelyTyped...