Hi
I would like to know how I can access the data of a BufferedDataTable. I want to get the data inserted in this one.
Hi,
You mean you want to access the data in the data table? You can iterate over the table, receiving a DataRow instance for each row in your table.
Kind regards,
Alexander
1 Like
Yes, thank you very much I will try.
Greetings.