react-table-maker
TypeScript icon, indicating that this package has built-in type declarations

1.1.3 • Public • Published

Work in progress

If you find this you are more than welcome to use it however it is still a work im progress so the api may change. it is a simple table generator that gives you the power to generate heads and rows with custom classes and data easily.

Currently it supports

column data generation, header styling, td styling, column sorting,

you can find a simple example on the repo under example https://github.com/andrewdear/react-table-maker/blob/master/example/src/App.js

Next up in development

No data message After sort functions Custom pagination sticky headers custom row generator hide/show column data search include documentation

other todos

Current development issue https://github.com/facebook/react/issues/13991

find a way to test in development without having to add in react and react-dom as depends or a way to run the app when included as a @file with these included.

Look at importing the types and exporting them from index to get auto complete to work, or find out why it isn't working in normal js.

Readme

Keywords

none

Package Sidebar

Install

npm i react-table-maker

Weekly Downloads

2

Version

1.1.3

License

ISC

Unpacked Size

51.8 kB

Total Files

16

Last publish

Collaborators

  • andrewdear