Datatable many columns problem in mobile

Datatable many columns problem in mobile

gaiapuffogaiapuffo Posts: 3Questions: 2Answers: 0

Hi,

I use datatable in angular application but I have a problem in mobile because the user have to scroll in horrizontal to see all fields.
So I want that the user scroll in vertical, so every td in one row, for example in this way

ID 12
Name Alessio
Surname Ciccio
ID 13
ecc...

for exmpale https://medium.com/appnroll-publication/5-practical-solutions-to-make-responsive-data-tables-ff031c48b122 in the section transformed.

I try to use responsive but is not helpfull

Replies

  • kthorngrenkthorngren Posts: 21,673Questions: 26Answers: 5,018

    I try to use responsive but is not helpfull

    What exactly happens?

    Do you get any alert messages or errors in the browser's console?

    Are you loading the responsive JS and CSS files?

    Kevin

This discussion has been closed.