Open elie222 opened 9 years ago
I'd like to stick a regular html table inside an ionic modal. The problem is that the table is quite big and I'd like the user to be able to scroll it horizontally. How can this be done?
Using overflow-x: scroll doesn't do anything.
overflow-x: scroll
+1
Since @nickw kind of discontinued this repo, is there anybody willing to help implementing this?
I'd like to stick a regular html table inside an ionic modal. The problem is that the table is quite big and I'd like the user to be able to scroll it horizontally. How can this be done?
Using
overflow-x: scroll
doesn't do anything.