WomenPlusPlus / deploy-impact-23-kpi-3

GNU General Public License v3.0
0 stars 3 forks source link

Create a KPI definition table #64

Open dasvas opened 11 months ago

dasvas commented 11 months ago

Related to user story #55

maalej commented 11 months ago

@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