()
| 90 | }) |
| 91 | |
| 92 | const randomizeColumns = () => { |
| 93 | table.setColumnOrder( |
| 94 | faker.helpers.shuffle(table.getAllLeafColumns().map(d => d.id)) |
| 95 | ) |
| 96 | } |
| 97 | |
| 98 | return ( |
| 99 | <div className="p-2"> |
no outgoing calls
no test coverage detected
searching dependent graphs…