Hi gurus!
How to create a specific link for each cell of a column in a TableView?
ps. The elements of this column are placed automatically in the TableView by the following code:
ProxyListTableViewModel proxyList = new ProxyListTableViewModel(list, true);
TableView t = new TableView("Zhrf_Pesquisa_Servidor", proxyList);
where Zhrf_Pesquisa_Servidor is a "R3" RFC. The maximum I obtained was the following:
t.setOnCellClick(1,"onClick");
however this does not works on a cell separately, but in the whole column.
Best Regards!
Alex