get render row index

get render row index

omerabbasi78omerabbasi78 Posts: 17Questions: 7Answers: 1

Hi,

I want to get the index of row which is being rendered in columns. For example below code,

columns: [{ 
    data: null,
    className: "tab-1",
    render: function (data, type, row) {
          //I want to get row index here somehow
   }
}];

This question has an accepted answers - jump to answer

Answers

This discussion has been closed.