DEV Community

Discussion on: An easy way to create a customize dynamic table in react js

Collapse
 
vrma_shubham profile image
shubham

how to create a table like

| Name | 1/1/2020 | 2/1/2020 | 3/1/2020 | 4/1/2020 | ........... (can be any number of dates)header

| Raj | RajData | RajData | RajData | RajData | ............(data as per date for this name)body

| . | X Data | X Data | X Data | X Data | ............(data as per date for this name)body

.
.

names are dynamic too so please help me to solve this type of table structure in reactjs
please help i have no clue for this kind of table as i am beginner

Collapse
 
arsalan1998 profile image
De_Codr

u can go with MUI Data Tables they are easy to implement and more flexible to handle bulk data