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

Create a KPI definition table #64

Open
dasvas opened this issue Oct 11, 2023 · 1 comment
Open

Create a KPI definition table #64

dasvas opened this issue Oct 11, 2023 · 1 comment
Assignees
Labels
task Feature hierarchy

Comments

@dasvas
Copy link

dasvas commented Oct 11, 2023

Related to user story #55

@dasvas dasvas added the task Feature hierarchy label Oct 11, 2023
@maalej
Copy link
Contributor

maalej commented Oct 11, 2023

@Nehashri89
you need to create a table with 3 columns use one of these examples with buttons: https://ant.design/components/table start with the most easy one.

  1. at the beginning forget about the action column your component will take 2 props dataSource and columns
  2. display your table into storybook
  3. try to focus on the action columns to display a button into each cell.

Once your component is ready and validated on storybook, I can show you how to display it into the application.

Image

@ykuts ykuts self-assigned this Oct 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task Feature hierarchy
Projects
Status: Done
Development

No branches or pull requests

4 participants