getText

возвращает текст из ячейки

string getText(id rowid,id colid);
rowididID ряда
colididID колонки
stringтекст, показанный в ячейке datatable

Example

//get value
var val = $$("mytable").getItem(12).price;
 
//get rendered text
var val = $$("mytable").getText(12, "price");

Наверх
If you have not checked yet, be sure to visit site of our main product Webix popular javascript framework and page of datatable html product.