Table display Prob
Table display Prob
dalidali77
Posts: 1Questions: 1Answers: 0
hello
im working in a big project and im looking for a solution for a complicated display of a Table how get data from a column in another table so any one have a solution.
This discussion has been closed.
Answers
Use
column().data()
to get the data from a column. Or possibly userows().data()
if you prefer it in rows.Allan