This tag is related to Reactabular, a table library for React.js.
Questions tagged [reactabular]
5 questions
3
votes
1 answer
Reactabular: How to change the width of just one column? Where is the CSS file?
I'm using Reactabular to create a dynamic table. I've looked everywhere in the source code but couldn't find the CSS file which is responsible for controlling the height and width of the columns. Can anyone please help me?
This is the Reactabular…

90abyss
- 7,037
- 19
- 63
- 94
2
votes
1 answer
Style cell based on values - Reactabular
I would like to implement styling for cells based on values. If a cell has a value within a range, it should have different background colors.
Here is my implementation of the child component which just gets me the columns and does the sort.
…

arunmmanoharan
- 2,535
- 2
- 29
- 60
2
votes
1 answer
react in large angular app
So I have an angular large web application, I have a few pages where I would want to use React to decrease the rendering time of the page (>3000 rows).
While searching for a solution I encountered this react plugin:…

omri
- 195
- 4
- 11
0
votes
1 answer
Does treetabular support remote child nodes?
I want to prepare a tree structure using reactabular / treetabular. For every parent node that is to be displayed, I want to show a collapsed parent. But there won't be any child nodes just yet. When the user expands the parent, the child nodes will…

vijayst
- 20,359
- 18
- 69
- 113
0
votes
1 answer
Pass to this.state my rows and their json schema
I'm stucked into a problem that I need to pass my schema and my json to my constructor. First of all, I'm using Reactabular to develop a SPA, but in this library I can only start the application using a function that they have created called…

Yuri Pereira
- 1,945
- 17
- 24