Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enhancement: enable grid view for CoreList component #412 #413

Open
wants to merge 10 commits into
base: development
Choose a base branch
from

Conversation

arkaprota
Copy link
Member

@arkaprota arkaprota commented Oct 22, 2024

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

arkaprota and others added 9 commits September 21, 2024 14:24
…nt props in corelist

changes in gridItemComponent Props and borderList props has been added

Ref: #377
the improvement of code structure of corelist

Ref: #377
…corelist child

added a new props name itemStylesProps in CoreList to add syles directly to the childs of corelist

Ref: #377
added toolbox props in corelist

Ref: #377
added new props toolbox

Ref: #377
added new props toolbar, search and update the branch

Ref: #377
the name of CoreList props (toolbar - enableToolbar and search - enableSearch)

Ref: #377
@arkaprota arkaprota self-assigned this Oct 22, 2024
@arkaprota
Copy link
Member Author

donot merge it

@anantakumarghosh anantakumarghosh added enhancement New feature or request frontend Related to frontend app labels Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request frontend Related to frontend app
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants