This repository was archived by the owner on Jul 13, 2022. It is now read-only.
material-table-localization-jp 0.1.23
Install from the command line:
Learn more about npm packages
$ npm install @technote-space/material-table-localization-jp@0.1.23
Install via package.json:
"@technote-space/material-table-localization-jp": "0.1.23"
About this version
Localization helper for Japanese.
yarn add @technote-space/material-table-localization-jp
or
npm i @technote-space/material-table-localization-jp
e.g.
import type {FC} from 'react';
import {memo} from 'react';
import MaterialTable from '@technote-space/material-table';
import useLocalStorage from '@technote-space/material-table-localization-jp';
const TestTable: FC = memo(() => {
const tableLocalization = useTableLocalization();
// ...
return <MaterialTable
localization={tableLocalization}
// title={title}
// columns={columns}
// data={fetchData}
// ...
/>
});
Details
- material-table-localization-jp
-
technote-space
- over 3 years ago
- MIT
- 20 dependencies
Assets
- material-table-localization-jp-0.1.23-npm.tgz
Download activity
- Total downloads 0
- Last 30 days 0
- Last week 0
- Today 0