Skip to content

feature: enablement of grid view mode in NativeList #136

@arkaprota

Description

@arkaprota

Enable grid view for CoreList component, so that all children (CoreListItem) appear on grid.

The new variant (GRID) should also support the following:

    • props for number of items in every row for different screen sizes (default, sm, md,...)
    • props to enable toolbar
    • toolbar to navigate between LIST and GRID, preferably multiple GRID sizes (like 3 items per row OR 4 items per row OR ...)
    • the toolbar should also have a search (this will only search in the already rendered items)
    • Support lazy loading for the CoreList
    • CoreListSubHeader is getting wrapped
    • if a array is sent inside the list it will create a list

Image
Present state: CoreList variant="list" (Default)
image

Expected: CoreList variant="grid"
image

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions