Commit d4d0f7b
Update DataTableSchema to support single/multiple selection modes
Updated DataTableSchema.selectable type to match ObjectTableSchema, supporting boolean | 'single' | 'multiple' values. This ensures type consistency across the codebase and allows proper type checking when ObjectTable passes the selectable value to data-table components.
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>1 parent 11da18b commit d4d0f7b
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
330 | 330 | | |
331 | 331 | | |
332 | 332 | | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
333 | 336 | | |
334 | 337 | | |
335 | | - | |
| 338 | + | |
336 | 339 | | |
337 | 340 | | |
338 | 341 | | |
| |||
0 commit comments