0.0.8 • Published 2 years ago

react-fixed-table v0.0.8

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

react-fixed-table

Getting Started

Install Modules

npm install react-fixed-table
# or
yarn add react-fixed-table

Quick Start

import {Table} form 'react-fixed-table';

function App() {
  return (
      <Table cellInfos={[]} headerInfos={[]} width="100%" />
  );
}
0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago