Socket
Book a DemoInstallSign in
Socket

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

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Localization helper for Japanese.

latest
Source
npmnpm
Version
0.1.24
Version published
Maintainers
1
Created
Source

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

Keywords

github

FAQs

Package last updated on 23 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts