Getting a value from datatable withouh click

Getting a value from datatable withouh click

MarioZan.ClMarioZan.Cl Posts: 2Questions: 2Answers: 0

Hello Friends, I need to get the value in a variable from a datable every time is loaded (without click on it) from a specfiic cel) (i.e first row, first column)

is it possible ?
Thanks a lot

Answers

  • allanallan Posts: 62,994Questions: 1Answers: 10,368 Site admin

    Yes - use cell().data(). E.g. table.cell(':eq(0)', 0).data() will get data from the first cell in the table when that code is run.

    Allan

This discussion has been closed.