delimiter
sets CSV delimiters for clipboard operations
let delimiter: WebixDelimiterConfig
Example
Section titled “Example”webix.grid({ delimiter:{ rows:"\n", // the rows delimiter cols:"," // the columns delimiter }, ...});
Details
Section titled “Details”- The default rows delimiter - ‘\n’ (new-line character)
- The default columns delimiter - ‘\t’ (horizontal tab )
See also
Section titled “See also”Articles