@eqworks/lumen-table v1.4.1
@EQWorks/lumen-table
React data table component. Graduated from @EQWorks/react-labs.
Getting started
Firstly, install lumen-table:
npm i @eqworks/lumen-tableNext, install the required peer dependencies:
npm i @eqworks/lumen-ui @material-ui/core @material-ui/icons @material-ui/lab react react-domOnce you have installed all the required dependencies, wrap your application in a <ThemeProvider>:
import { ThemeProvider } from "@eqworks/lumen-ui";
const MyApp = () => <ThemeProvider>Hello world!</ThemeProvider>;Now, you can start using lumen-table component:
import { Table } from "@eqworks/lumen-table";
const MyComponent = () => (
<div>
<Table />
</div>
);Note: You can override the
lumen-uidefault theme by passing athemeprop to<ThemeProvider>.Click here to find out how to create your own theme using Material UI'screateMuiThememethod.
12 months ago
12 months ago
2 years ago
2 years ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago