I am doing some project for college in Blazor(.net wasm) and have some page that should implement master-detail view of students. For table look and pagination I used BlazorGrid and it was great but now am stuck because i cannot insert new row in table when name of student is clicked. Does anyone have idea how to do this or some other way of doing pagination in Blazor.
Link on BlazorGrid git https://github.com/AnkitSharma-007/BlazorGrid
and this is pic of my screen, after clicked on name i want to show some more details about student but the best i could do now is to show it right to table (hello, aaaooooo). What i would like is that hello, aaaaoooo is under the row after I clicked name of student screen of my app