I’m trying to get Horizontal scrolling to work on iOS/Mobile. The following code inside my datatable layout seems to be working for Android, but not on iOS.. Any suggestions?
style_table={‘overflowX’: ‘auto’, # Enable horizontal scrolling
‘width’: ‘100%’, },