Leiste mit Community-Erfolgen erweitern.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
GELÖST

Responsive Table AEM component

Avatar

Level 3

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?

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Community Advisor and Adobe Champion

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

Lösung in ursprünglichem Beitrag anzeigen

2 Antworten

Avatar

Korrekte Antwort von
Community Advisor and Adobe Champion

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

Avatar

Community Advisor

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