react-fixed-table
v0.0.8
Published
Install Modules
Readme
react-fixed-table
Getting Started
Install Modules
npm install react-fixed-table
# or
yarn add react-fixed-tableQuick Start
import {Table} form 'react-fixed-table';
function App() {
return (
<Table cellInfos={[]} headerInfos={[]} width="100%" />
);
}