uing icon indicating copy to clipboard operation
uing copied to clipboard

Using two tables in the same window

Open harrier77 opened this issue 10 months ago • 0 comments

I found in documentation that: a TableModel can be used as the backing store for multiple Table views. At now I am trying to use the table and I can load my data in a table in a window, but I can not understand how to have two tables in the same window, because I can not assign two different set of data. The two tables have to share the same data, because I can not find a way to pass the parameter of data to proc modelCellValue. If I try the compiler gives an error, because in a procedure with cdecl it is not possible to capture a var.

harrier77 avatar Dec 14 '24 16:12 harrier77