Skip to content

Commit 8e6aebf

Browse files
Portugal, Marcelomportuga
Portugal, Marcelo
authored andcommitted
docs(importer.js): Fixing documentation.
Adding missing grid parameter to importerProcessHeaders example. fix #5608
1 parent 464a1db commit 8e6aebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/importer/js/importer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
* of matching column names. A null value in any given position means "don't import this column"
168168
*
169169
* <pre>
170-
* gridOptions.importerProcessHeaders: function( headerArray ) {
170+
* gridOptions.importerProcessHeaders: function( grid, headerArray ) {
171171
* var myHeaderColumns = [];
172172
* var thisCol;
173173
* headerArray.forEach( function( value, index ) {

0 commit comments

Comments
 (0)