Description
Is your feature request related to a problem? Please Describe.
So an RNE user requested for a DataTable component within the library, similar to the one in RN Paper, but with an "out of the box" support for sorting the elements.
I believe having a native table component within RNE would be a fantastic addition.
Link to the conversation thread: https://reactnativetraining.slack.com/archives/C4SGR92P8/p1618320417150600
Describe the solution you'd like
I feel the best solution would be to add react-native-table-component
(https://www.npmjs.com/package/react-native-table-component) as a dependency and implement sorting into a PR. This way I can pick up an existing component and build on it. Open to other methods of implementation as well.
Describe alternatives you've considered
- Create the table component from scratch before adding the sorting feature (re-inventing the wheel)
- Fork a table component for RN and build on it. Need to research more on this if my preferred option (using NPM component) is not chosen.
Additional context
If this is selected, I'll be making the component here, and creating the UI demo in RNE-App 🙌🏻