avo icon indicating copy to clipboard operation
avo copied to clipboard

Toggle column visibility using JS from the client-side

Open adrianthedev opened this issue 1 year ago • 0 comments

Have a place where the user can show/hide columns.

This setting would be saved somewhere on the app. The DB or local storage (we need to research this).

Example

For this resource config, the end-user should be able to hide the owner field if they want to.

  field :name, as: :text
  field :description, as: :text
  field :owner, as: :belongs_to

adrianthedev avatar Dec 18 '23 11:12 adrianthedev