Hello All,How to create a dynamic row and column table: each cell in the table will have a background color and icons according to the business requirement. To make this table look similar to the attached image, can we apply any CSS to make it look similar with the same size of cells and a vertical header name?
Please give your suggestions on how to create this table using the DataGrid component or any other component or solution that will help to achieve this requirement. Thanks in advance.
Hi @Saifuddin Ahmed
What have you done so far on this topic?Some of those use cases are not supported by this component.In order to understand what you can do you can look into two places:
Cheers,GM
Thanks @Gonçalo Martins for your reply,I have implemented an HTML approach to create this table. I have set up a server action where I loop through my records, generate HTML and display the final result on the screen.SA