-
基于FlatList封装而成的react-native-tree-table组件,用于呈现树形数据结构的表格
资源介绍
react-native-tree-table
在 FlatList 基础上封装的表格组件,支持树形数据的渲染。
Install
npm install react-native-tree-table --save
Usage
使用树形结构的数据
import Table from 'react-native-tree-table ';
const data2 = [
{
name: 'Akira',
age: 13,
birth: '1995年4月29日',
position: '舞蹈',
group: 'SNH48 Team NII',
id: '1',
children: [
{
name: 'Akira2',
birth: '1996年5月11日',
age: 2