IvanJosipovic / BlazorTable

Blazor Table Component with Sorting, Paging and Filtering
https://BlazorTable.netlify.app
MIT License
540 stars 109 forks source link

How deep can table nesting go? #372

Closed jcasement closed 2 years ago

jcasement commented 2 years ago

@IvanJosipovic how deeply nested can I go with a table within a table. Is something like this possible:

--Company -- Territory -- Team -- Employee

and I did look at your sample code but that's only one table within a table. Sorry to be a bother but I thought this might easily answered. Thx Sid

jcasement commented 2 years ago

I decided to use your filtering instead and I was able to do at least to four levels deep so I guess there is no limit