Hi, I'm curious as to why the lower-level Table components (TablePages, TableColumns, etc) have to be wrapped in a TableView component, rather than a Table component. It seems like it would have been easier for Table users if they were allowed to override lower-level components by adding them to the Table component itself (i.e. use Table, but if you want custom page display, just put a custom TablePages component inside it). Is anyone aware of the design considerations that went into this decision?
Thanks, Daniel