Gabriel Duarte

Results 1 comments of Gabriel Duarte

This work fine for me... ```javascript columns: { index: { title: "Item", type: "text", width: "100px", valuePrepareFunction: (value, row, cell) => { return cell.row.index + 1; }, }, } ```...