adminjs icon indicating copy to clipboard operation
adminjs copied to clipboard

extend Action#layout so it can handle list action and to the filter

Open wojtek-krysiak opened this issue 3 years ago • 0 comments

Describe the problem feature solves Right now Action#layout can be set to show and edit actions. It should also cover list and filter

Describe the solution you'd like List action should have layout restricted to: Arrau<[string, LayoutElement]> so the first element will be always responsible for a property, that we know where to put them in a table.

filter, should be defined in ResourceOptions#filter or we shall add me filter action.

wojtek-krysiak avatar Aug 30 '20 17:08 wojtek-krysiak