Home
last modified time | relevance | path

Searched defs:rowinfo (Results 1 – 2 of 2) sorted by relevance

/plugin/edittable/script/
H A Deditor.js167 rowinfo: [] property in edittable.loadEditor.handsontable_config.afterLoadData.raw
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs18114 var rowinfo/*:Array<RowInfo>*/ = [], rowobj = {}, cc = 0, rr = 0; variable
19325 var colinfo/*:Array<ColInfo>*/ = [], rowinfo/*:Array<RowInfo>*/ = []; variable
21772 rowinfo[R] = {hidden: true}; class in sheet_add_dom
22107 var rowinfo/*:Array<RowInfo>*/ = [], rowpeat = 1, colpeat = 1; variable