yurtra

Results 3 comments of yurtra

In the example above, if I use filter and I try to filter for No of shares =2, I have the cell "Id" and "Buyer" that are hidden, so the...

I resolved in this way: 1. I create a hook _const [rowsFiltered,setRowsFiltered] = useState([]);_ in which I save the filtred rows. I do so using this https://github.com/react-bootstrap-table/react-bootstrap-table2/issues/1324 2. I order...

I need to have an id on every row of the table. what I think is that the best option is `row-${keyField}` with keyField the key that identify the single...