3.4.0
What's Changed
.Callbacks(x => x.CreatedRow("createdRow").InitComplete("initComplete"))function createdRow(row, data, dataIndex, cells){
console.log(dataIndex + " " + data.Name);
}- #103 Supporting StateSave Reference:
.StateSave(true)Full Changelog: v3.3.2...v3.4.0