avo-hq/avo

Configurable Index Columns

オープン

#3,086 opened on 2024/08/02

 (4 件のコメント) (1 件のリアクション) (0 人の担当者)Ruby (308 件のフォーク)user submission
EnhancementFeatureHelp wantedStale exempt😎 Cool

Repository metrics

Stars
 (1,778 個のスター)
PR merge metrics
 (平均マージ 1d 6h) (30d で 67 merged PRs)

説明

Allow users to configure the visibility of columns in the index panel. Users should be able to choose which columns are displayed or hidden according to their preferences.

There should be a menu with checkboxes for each column, and only the checked columns should be rendered.


By @adrianthedev in https://github.com/avo-hq/avo/issues/2165 :

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

コントリビューターガイド