wijmo.grid.c1band Namespace > options type : create Option |
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: any returnsValue = $(".selector").c1band("option", "create"); // Set value var newValue; // Type: any $(".selector").c1band("option", "create", newValue); }); |
Javascript (Specification) | |
---|---|
|