Top "React-table" questions

React Table is a lightweight, fast and extendable datagrid built for React.

How to do default sorting in react-table

I am using react-table v7 https://www.npmjs.com/package/react-table for creating tables. I am able to do sorting …

javascript reactjs sorting filter react-table
react-table custom cell component that references several row properties

I need to implement table sorting by column so am rewriting my react table component using react-table's ReactTable component. One …

reactjs react-table
React table with static header on browser scroll

Is there a table component for react, which would have fixed header while browser scrollbar scrolls it's long body? (The …

css reactjs react-table
How to change Table Cell width in Material-ui React table

I've made a table in react using the demos posted on their page, this works fine but I was wondering …

javascript reactjs material-ui react-table
Adding multiple data to a column in react-table

I have a table using react-table but for one of the columns I want to show two pieces of data …

reactjs react-table
React-table Individual Cell Style

I am using react-table and want to change the background color of specific cells based on their number inside. Ex. …

javascript reactjs react-table
React-Table: How to change the background color of a row if it is clicked (selected) with the mouse?

I have the following code for retrieving data of the clicked row: <ReactTable getTdProps={(state, rowInfo, column, instance) => { …

react-table
How can I style React-Table?

I am using react-table to create a filterable table, however I wanted to style it the way I want. Should …

javascript reactjs react-table
TypeError: undefined is not an object (evaluating..)

In console before render() this.state.data1.length is not giving any error but as soon as I use it …

firebase react-native react-table data-retrieval
Changing column width in react-table

I have a react-table and I am trying to change the column size. I've tried editing the "width" value within …

css reactjs react-table