Expand my Community achievements bar.

SOLVED

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 Accepted Solution

Avatar

Correct answer by
Community Advisor

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

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

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.