Setting table as Editable takes more time #618
Unanswered
ArunaDeshapande
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am Trying to implement 2 views for my table, "Preview" and "Edit View"(Setting the edit mode as "table" and enabling edit option).
When I tried to switch to "Edit View" by setting the "Enable editing" option, it takes more than 5 seconds for the table with 22 records(6 rows with 3 subrows each having 17 columns) to refresh and switch. Below is the code written to get the expected result.
P.S when there are only 2 records, its real quick.
Is there any way to reduce this switching time?
Beta Was this translation helpful? Give feedback.
All reactions