How to insert rows to entity using CustomWidget?

0
Using the custom widgetThe data is being processed.   const [data,setData] = useState<any[][]> ([       ['AAAA', 1, 2, 3, 4, 5],       ['BBBB', 1, 2, 3, 4, 5],       ['CCCC, 1, 2, 3, 4, 5],       ['DDDD', 1, 2, 3, 4, 5],       ['EEEE', 1, 2, 3, 4, 5],     ]);   I want to enter these data into entity, but I do not know what to do   Exactly.i wonder how functions such as entity.setattribute() can be implemented in custom widgets using typescript.
asked
0 answers