Empty getRowModel() rows despite having data
Hi I've been using the tanstack table but I did a lot of server side pagination, filtering, and sorting. I have a boolean field called
hidden
and I do filter these on the backend. It's all working with the api and I can see that the data is passed on to the DataTable. The getRowModel()
function returns empty rows still, wondering if I am missing something or did some weird config. Here is the sample of my implementation:
1 Reply
rival-black•8mo ago
share a sandbox. are all row models returning empty?