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 have a datatable, which is sometimes only sparsely populated.
Most cells containing data should be editable, some of them have readonly content, some are and need to stay empty.
I think the way to go would be a canEditCell(data, field, index, event) callback to configure for the datatable.
It would also be helpful, if editing didn't start on the first click.
Click to select cell, maybe use cursor keys to navigate, another click or Enter to start editing.
Click & navigate with keys may be another discussion...
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
-
I have a
datatable
, which is sometimes only sparsely populated.Most cells containing data should be editable, some of them have readonly content, some are and need to stay empty.
I think the way to go would be a
canEditCell(data, field, index, event)
callback to configure for the datatable.It would also be helpful, if editing didn't start on the first click.
Click to select cell, maybe use cursor keys to navigate, another click or
Enter
to start editing.Click & navigate with keys may be another discussion...
Beta Was this translation helpful? Give feedback.
All reactions