We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 464a1db commit 8e6aebfCopy full SHA for 8e6aebf
src/features/importer/js/importer.js
@@ -167,7 +167,7 @@
167
* of matching column names. A null value in any given position means "don't import this column"
168
*
169
* <pre>
170
- * gridOptions.importerProcessHeaders: function( headerArray ) {
+ * gridOptions.importerProcessHeaders: function( grid, headerArray ) {
171
* var myHeaderColumns = [];
172
* var thisCol;
173
* headerArray.forEach( function( value, index ) {
0 commit comments