🙋 Feature Request
Followup issue #3007 item:
Figure out the smallest way to feature flag the resizing portion of the TableView component
We want to be able to release TableView but not increase the code size for everyone drastically.
💁 Possible Solution
- Approach 1: pare down the existing resizing code so it is more granular (aka layout level instead of two whole components)
- Approach 2: Get rid of the deprecated TableView component and test to make sure there aren't breaks to existing logic
🙋 Feature Request
Followup issue #3007 item:
We want to be able to release TableView but not increase the code size for everyone drastically.
💁 Possible Solution