/react-table-component

React Table Component is a general table component which can handle all the major possiblities with minimal amount of code.

Primary LanguageTypeScriptMIT LicenseMIT

General Table Component Yojak Tech

Yojak Tech Banner ------------ Screenshots ------------------

Props

Parameter Description Type Defaults
title string -
columns array of objects -
rows array of objects -
rowsloading boolean false
checkBoxes boolean false
setArrayOfChecked function -
arrayOfChecked array -
setAllChecked function -
allChecked boolean false
pagination To enable pagination from backend boolean false
totalPages Total number of pages which are there according to paginated data number -
currentPage number -
setCurrentPage function -
url string -
collapsable boolean false
subCol array of objects -
subRowKey string -