Skip to content

feat: displayConditions/hideActionsColumn

Ethan Freestone requested to merge feat/hideActions into main
  • Added prop to ActionList -- hideActionsColumn, which allows for programatically hiding the actions column (Overridden when editing or creating)
  • Added prop to EditableRefdataList and EditableRefdataCategoryList -- displayConditions, which makes use of this property, and allows a boolean to control access to edit/create/delete actions

Merge request reports