(schema)
| 99 | } |
| 100 | |
| 101 | const getTableSchema = (schema) => {; |
| 102 | if (!schema) return null; |
| 103 | if (!schema.top) schema.top = new TableUISchema(schema); |
| 104 | return schema.top; |
| 105 | }; |
| 106 | |
| 107 | export function Table({ |
| 108 | columns, data, hasSelectRow, schema, sortOptions, tableProps, searchVal, |