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
In CpsTable and CpsTreeTable components there are showRowRemoveButton and showRowEditButton input properties that allow to hide/show row menu buttons globally for the whole table/treetable. However, it's not possible to hide or disable those buttons for individual rows based on its properties.
To illustrate on an example, let's say that in the following table we would like to disable Remove button for rows that contain falsy value in the D column.
The text was updated successfully, but these errors were encountered:
In
CpsTable
andCpsTreeTable
components there areshowRowRemoveButton
andshowRowEditButton
input properties that allow to hide/show row menu buttons globally for the whole table/treetable. However, it's not possible to hide or disable those buttons for individual rows based on its properties.To illustrate on an example, let's say that in the following table we would like to disable
Remove
button for rows that contain falsy value in the D column.The text was updated successfully, but these errors were encountered: