(props)
| 1604 | ) |
| 1605 | ); |
| 1606 | var TableView = (props) => tableView( |
| 1607 | props, |
| 1608 | useRowIds( |
| 1609 | () => props.tableId, |
| 1610 | () => props.store |
| 1611 | ) |
| 1612 | ); |
| 1613 | var TablesView = (props) => { |
| 1614 | const tableIds = useTableIds(() => props.store); |
| 1615 | const content = () => { |