React AntD table nesting problem

react AntD table nesting problem

Target effect

import React, { PureComponent, Fragment } from "react";
import { Table,Button} from "antd";

export default class CauseTable extends PureComponent {


}

:

:

Mar.27,2022

you have children in your dataSource data. By default, you will use children to render
method 1, change children to another name
method 2, display childrenColumnName , and change childrenColumnName to children

.
  

after debugging, it is true that antD renders children again with a tree structure by default

.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3783a-2c0a3.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3783a-2c0a3.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?