You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello friends,
I have to show a model to the user with thausands of records , and i know that by pagination we are reducing the amount of resources required to render the data, but the problem is that i have to modify the items before i show them in the table for example i have date fields in the records which i have to transform to human readable format, and other such modifications and if i map through them and change all of them the page becomes slow , i wanted to see if we can have a method to modify only the current page's items which are atmost 100 items per row,
thanks
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
hello friends,
I have to show a model to the user with thausands of records , and i know that by pagination we are reducing the amount of resources required to render the data, but the problem is that i have to modify the items before i show them in the table for example i have date fields in the records which i have to transform to human readable format, and other such modifications and if i map through them and change all of them the page becomes slow , i wanted to see if we can have a method to modify only the current page's items which are atmost 100 items per row,
thanks
Beta Was this translation helpful? Give feedback.
All reactions