Skip to content

Commit

Permalink
Update of the typescript file
Browse files Browse the repository at this point in the history
Changed the userHeader to useHeaders, issue associated #6142
  • Loading branch information
AMBudnik committed Jul 23, 2019
1 parent 2531da4 commit 6f8747f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handsontable.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2448,7 +2448,7 @@ declare namespace Handsontable {
namespace autoColumnSize {
interface Settings {
syncLimit?: string | number;
userHeaders?: boolean;
useHeaders?: boolean;
}
}

Expand Down

0 comments on commit 6f8747f

Please sign in to comment.