Datatable: How to change the value of cell with code

I want to change the value of particular cell through the code. How to do that ?

$$("mytable").getItem(id).title = "New title";
$$("mytable").refresh(id);

what is this id ? i know 2 ids only columnid and rowid

in above code

  • id - row id
  • “title” - column id