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

ItemTable Component #1

Open
vazra opened this issue Nov 26, 2019 · 0 comments
Open

ItemTable Component #1

vazra opened this issue Nov 26, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@vazra
Copy link
Owner

vazra commented Nov 26, 2019

A table with a data array and column info as input, should display the item list in the table.

Features

  • All Items in the data table should be listed in the table.
  • If the table is editable, show an additional row to add new value to the array
  • A optional search handler, to search for the values to be populated while building the table.
  • Each item in column list should have multiple params eg : default value, editable etc.

Inputs

  1. Data Array
  2. Column Info Array
  3. Search Handler
  4. isEditable Flag
  5. Search Results.
@vazra vazra added the enhancement New feature or request label Nov 26, 2019
@vazra vazra self-assigned this Nov 26, 2019
@vazra vazra removed their assignment Feb 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant