You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| [animationDuration](./table-plugin.tableconfig.animationduration.md) | number | Theanimationdurationinmillisecondswheninferedheightvaluechanges. See [TableConfig.computeContainerHeight](./table-plugin.tableconfig.computecontainerheight.md)<!-- -->. |
20
-
| [animationType](./table-plugin.tableconfig.animationtype.md) | 'none' \| 'layout' \| 'animated' | Whatkindofanimationshouldbeusedwhenheightischanged? <ul> <li> <b>layout</b>: usenative <code>LayoutAnimation</code>. Thisisthebestoptionperformance-wise, butrequiressomesetup. Seehttps://facebook.github.io/react-native/docs/layoutanimation. </li> <li> <b>animated</b>: use <code>Animated</code> module from react-native. </li> <li> <b>none</b>: no animations are performed. </li> </ul> |
| [animationDuration?](./table-plugin.tableconfig.animationduration.md) | number | <i>(Optional)</i>Theanimationdurationinmillisecondswheninferedheightvaluechanges. See [TableConfig.computeContainerHeight](./table-plugin.tableconfig.computecontainerheight.md)<!-- -->. |
20
+
| [animationType?](./table-plugin.tableconfig.animationtype.md) | 'none' \| 'layout' \| 'animated' | <i>(Optional)</i>Whatkindofanimationshouldbeusedwhenheightischanged? <ul> <li> <b>layout</b>: usenative <code>LayoutAnimation</code>. Thisisthebestoptionperformance-wise, butrequiressomesetup. Seehttps://facebook.github.io/react-native/docs/layoutanimation. </li> <li> <b>animated</b>: use <code>Animated</code> module from react-native. </li> <li> <b>none</b>: no animations are performed. </li> </ul> |
0 commit comments