infinite-table / infinite-react

The modern React DataGrid for building apps — faster
https://infinite-table.com
73 stars 5 forks source link

Support children in InfiniteTable and allow component composition #235

Closed radubrehar closed 4 months ago

radubrehar commented 4 months ago

I would be great if we can allow composition:

<InfiniteTable>
  <InfiniteTable.Body />
  <InfiniteTable.Header />
</InfiniteTable>