Table component with dynamic rows and columns | Community
Skip to main content
Level 2
May 25, 2021
Solved

Table component with dynamic rows and columns

  • May 25, 2021
  • 1 reply
  • 1322 views

We have a requirement for a table component with a number of variations where the number of rows and columns are gets varies in a single table. Sample examples are given below. How can we approach in achieving a component with this requirement.

 

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

Creating a custom table component is always tricky if you need to add images, buttons, custom components inside the table cell. The design can be considered as a column container that just gives you the look and feels of the table.

 

But your case seems pretty straightforward, you can use the OOTB table RTE plugin, which supports, text, link and other table properties.

 

 

1 reply

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
May 25, 2021

Creating a custom table component is always tricky if you need to add images, buttons, custom components inside the table cell. The design can be considered as a column container that just gives you the look and feels of the table.

 

But your case seems pretty straightforward, you can use the OOTB table RTE plugin, which supports, text, link and other table properties.

 

 

Arun Patidar
Level 2
May 26, 2021
@arunpatidar Appreciate your suggestion on this query. It was very useful and was able to make progress with the help of this. Thank you