native-html / plugins

Plugins for react-native-render-html
MIT License
55 stars 18 forks source link

The issue of excessive horizontal content width in a table, requiring horizontal scrolling #48

Open 1024570189 opened 5 months ago

1024570189 commented 5 months ago

To address the issue of a table in React Native where the content of the table is excessively wide, along with textual descriptions, and the table cannot scroll independently, you need to implement a solution that enables scrolling within the table component.