Skip to content
This repository was archived by the owner on Jul 13, 2022. It is now read-only.

technote-space/material-table-localization-jp

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

Packages