Author Topic: Refering to values  (Read 1688 times)

queensgambit9

  • Pro Ultimate
  • Sr. Member
  • *
  • Posts: 341
    • View Profile
Refering to values
« on: May 23, 2017, 01:33:11 pm »
In render function I use "ui.rowData.[dataIndx]" which works fine.
But would it be possible to get the value without having a column defined for it?

Thanks.


paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: Refering to values
« Reply #1 on: May 23, 2017, 02:15:26 pm »
ui.rowData[ ui.dataIndx ]

or

ui.cellData

can be used.