Responsive Table AEM component | Community
Skip to main content
New Participant
August 27, 2024
Solved

Responsive Table AEM component

  • August 27, 2024
  • 2 replies
  • 891 views

Hello

I am trying the implement a table data with Responsive Table? Do we have any component in AEM to author Table data which can render in Both Desktop and Mobile?

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 EstebanBustamante

Hi, 

No, there is no out-of-the-box table component. However, you can create your own using CSS purely or use any JavaScript plugins to achieve a responsive table. 

 

Check this out:

https://www.w3schools.com/howto/howto_css_table_responsive.asp

https://www.jerrylow.com/basictable/

https://svinkle.github.io/responsive-table/

 

Hope this helps

2 replies

Saravanan_Dharmaraj
New Participant
August 28, 2024

@cxasha You can think about using this plugin https://datatables.net/ , API and feature rich. Example table here. Integrated in AEM. 

EstebanBustamante
EstebanBustamanteAccepted solution
New Participant
August 27, 2024

Hi, 

No, there is no out-of-the-box table component. However, you can create your own using CSS purely or use any JavaScript plugins to achieve a responsive table. 

 

Check this out:

https://www.w3schools.com/howto/howto_css_table_responsive.asp

https://www.jerrylow.com/basictable/

https://svinkle.github.io/responsive-table/

 

Hope this helps

Esteban Bustamante