Skip to content
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

Material Table Localization for JP

npm version CI Status codecov CodeFactor License: MIT

Localization helper for Japanese.

Table of Contents

Details

Usage

Install

yarn add @technote-space/material-table-localization-jp

or

npm i @technote-space/material-table-localization-jp

Use

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}
    // ...
  />
});

Author

GitHub (Technote)
Blog

Details


Assets

  • material-table-localization-jp-0.1.23-npm.tgz

Download activity

  • Total downloads 0
  • Last 30 days 0
  • Last week 0
  • Today 0