Package Exports
- ra-customizable-datagrid
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (ra-customizable-datagrid) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
ra-customizable-datagrid for React Admin
React Admin plugin that allows to hide / show columns dynamically. Preferences are stored in local storage.
Preview
How to run the demo locally
$> npm run demo-install
$> npm run demo
Features
- preferences are stored in local storage
Installation
ra-customizable-datagrid is available from npm. You can install it (and its required dependencies) using:
$> npm install --save ra-customizable-datagrid
or
$> yarn add ra-customizable-datagrid
At a glance
Just replace Datagrid
import CustomizableDatagrid from 'ra-customizable-datagrid';
const PostList = props => (
<List {...props}>
<CustomizableDatagrid>
<TextField source="id" />
<TextField source="title" />
</CustomizableDatagrid>
</List>
);
License
ra-customizable-datagrid
is licensed under the MIT License, sponsored and supported by Fxizix.