@technote-space/material-table-localization-jp
TypeScript icon, indicating that this package has built-in type declarations

0.1.24 • Public • Published

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

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

    Package Sidebar

    Install

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

    Weekly Downloads

    12

    Version

    0.1.24

    License

    MIT

    Unpacked Size

    8.49 kB

    Total Files

    6

    Last publish

    Collaborators

    • technote