row details depending on the screen size
row details depending on the screen size
ludwigm
Posts: 12Questions: 8Answers: 1
Hi,
I would like to use row details depending on the screen size. On big screens all data should be shown in a row. On smaller screens (smartphone) just 3 columns should be in a row, the remaining data should be shown as row details.
The data should not be loaded by ajax as in the example, but like this. Predefined as a <table>
.
How can I do this?
Answers
Sounds like you want to use the Responsive extension.
The Child row details doesn't require ajax. You can use Javascript or DOM sourced tables. The key is how you setup the format function to access your data.
Kevin