Skip to content

3.4.0

Choose a tag to compare

@ekondur ekondur released this 08 Dec 19:53

What's Changed

.Callbacks(x => x.CreatedRow("createdRow").InitComplete("initComplete"))
function createdRow(row, data, dataIndex, cells){
    console.log(dataIndex + " " + data.Name);
}
.StateSave(true)

Full Changelog: v3.3.2...v3.4.0