Probably simple question but im struggling to get it right
I have a code that scans some share directory for subfolders (users profiles) and display results as a table
One of the columns is data size.
When there were few of those subfolders everything was fine page loaded quickly.
But now when there are few dozens and its growing this folder calculation take ages and page is loading like minute or so.
So how to display this table initially without size calculation , and then when all page content is rendered, run size calculation (it can be function, script, endpoint) and update this table (table is wrapped in uddynamic already) ?
It has to be done automatically not by hitting any button or something.
I would recommend looking into either the -LoadData [1] parameter of the table or transitioning into a DataGrid [2]. Let me know if I misunderstood the requirements but I believe these should do the trick.