dipras / react-data-table-component Public forked from jbetancur/react-data-table-component Notifications Fork 0 Star 0 Code Pull requests Actions Projects Security Insights dipras/react-data-table-component projects Search all projects Search results No open projects Footer © 2024 GitHub, Inc. Footer navigation ...
export bool no true Enable export button print bool no true Enable print button exportHeaders bool no false Exports data with table headers filterDigit number no 2 Number of digts to use in search. fileName string no document.title Set exported csv and excel file nameColumn...
Full-Text Search (multiple words) Sort by column (limited to string type only) Installation React >=16 is required npm i react-basic-datatable Usage App.jsx import { DataTable } from 'react-basic-datatable' // Define columns, each field's name should match the data const columns = [...
Search term highlight in the results Column visibility toggles Automatic pagination Server-side/remote data Control over row clicks Smart data rendering URLs and E-Mail addresses rendered as the href in an anchor tag <a /> boolean value parsing to yes/no word Image URLs rendered as the src...
{ // Any object or array data: [{col1: "1", col2: "test", embedded: ["test1", "test2"]}] || {col1: "1", col2: "test"} || ["test1", "test2"], options: { pagination: { usePagination: true, itemsPerPage: 10, }, showSearch: false, humanReadableHeaders: true, } } St...
cloudanswers / react-data-table-component Public forked from jbetancur/react-data-table-component Notifications Fork 0 Star 1 Code Pull requests Actions Projects Security Insights cloudanswers/react-data-table-component projects Projects Templates Search all projects Search results 0 Open ...