Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Data Table for react native

Can somebody please suggest any data table component for react native which can add rows dynamically and having editable cells. I am done searching in google. Thanks in advance.

like image 494
Parameshwar Ande Avatar asked Feb 25 '17 17:02

Parameshwar Ande


1 Answers

Please find the package available for React Native data table

https://github.com/sussol/react-native-data-table

A React Native data table written purely in JSX with React. ## Installation npm install --save react-native-data-table ## Usage react-native-data-table provides a number of components for constructing a table through composition.

like image 89
Sangeetha DH Avatar answered Oct 16 '22 02:10

Sangeetha DH