This is a our tailor-made hk-data-table based on react-bootstrap table.
Add advanced interaction controls to Data tables like search, pagination etc
. For responsive table just add the wrapperClasses="table-responsive"
on <BootstrapTable />
. View all options.
For column sorting on table, you can add sort:
true
in Column.
Add advanced interaction controls to Data tables like search, pagination etc
. For responsive table just add the wrapperClasses="table-responsive"
on <BootstrapTable />
. View all options.
Add advanced interaction controls to Data tables like search, pagination etc
. For responsive table just add the wrapperClasses="table-responsive"
on <BootstrapTable />
. View all options.
ID | Name | Position | Office | Start Date | Salary |
---|
You can add check-box selection on table by adding a rowSelection
props on <HkDataTable />
You can export your table as a pdf, csv and excel by adding a exports
props in <HkDataTable />
.