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
I need to update text inside datatable cells dynamically, but didn't find any references to public special methods or fields for data changes.
Here is a simple usage case: I need to have a links in the table which trigger some background tasks. And I need to change the first column ('Status') of the datatable to a 'Loading...' text.
I found a workaround, maybe a hacky one. However there are still issues:
Changed data seem not to persist
Status column is not resized properly
Maybe this feature is not implemented yet, and we need to wait for #1638
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
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 need to update text inside datatable cells dynamically, but didn't find any references to public special methods or fields for data changes.
Here is a simple usage case: I need to have a links in the table which trigger some background tasks. And I need to change the first column ('Status') of the datatable to a 'Loading...' text.
I found a workaround, maybe a hacky one. However there are still issues:
Maybe this feature is not implemented yet, and we need to wait for #1638

Beta Was this translation helpful? Give feedback.
All reactions