Level 1
Level 2
Melden Sie sich an, um alle Badges zu sehen
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?
Gelöst! Gehe zu Lösung.
Zugriffe
Antworten
Likes gesamt
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
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
@cxasha You can think about using this plugin https://datatables.net/ , API and feature rich. Example table here. Integrated in AEM.
Zugriffe
Likes
Antworten