Hey,
I am curently working on creating a dashboard for employees as a view where they can simultanously write back to each line in a custom “comment”-column. Basically the inline editing function from the new Views.
Sadly I want to do this for a rather large data model.
Is there a way to have inline editing or something similiar for bigger tables that exceed 30M Rows?
Or can I put some sort of filter on that table in the front end to minimize the rows below 30M. Or does it have to be in the back end?
Thank you!