UNPKG

reactjs-simple-table

Version:

Reactjs simple table for showing list of data with sorting and pagation

4 lines 212 B
import SimpleTableComponent from "./components/simple-table"; import ServerSimpleTableComponent from "./components/server-simple-table"; export { ServerSimpleTableComponent }; export default SimpleTableComponent;