Working example or documentation on interfacing with server side expansion?
Hi, in the table docs on Expansion, there is an option to
enableManualExpansion
that it suggests using if you will be doing server side expansion of the data. I have this use case, but cannot find any examples of how you integrate the server side expanded data with Tanstack's client side APIs. For example, when I add my data that has been expanded server side, every row in my table's row model has depth: 0
. How do I pass in the proper depths from my server side data, etc?0 Replies