Closed GSoulat closed 3 years ago
Hi GSoulat ,
sorry for late answer.
You can see how you change table style here: https://github.com/hasankzl/react-flexy-table#styling
for your problem you can override table style. First add a className
<ReactFlexyTable data={data} className='my-table' />
after that you can simply add css to it like
.my-table td {
width:200px;
}
Thank you
Hi, nice job for react-flexy-table
I would like to change every row, because there are to big ti height, I need -->
<td>
smaller.How I can change ? thank you for the help