ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: andrew222651 on July 27, 2021, 03:13:43 am
-
When I import a spreadsheet with
grid.importWb({..., headerRowIndx: 0})
, row 2 of the spreadsheet is now shown as row 1. Can I make it start from row 2?
-
When headerRowIndx: 0 is passed to importWb, 1st row in spreadsheet becomes header row in grid and all other rows are shifted up.
Do you want to keep the first row empty?