Skip to content

Commit

Permalink
feat(gridMenu): rename column field to # instead of Id
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed May 20, 2019
1 parent d8df5d0 commit b6f0b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example-grid-menu.html
Expand Up @@ -137,7 +137,7 @@ <h2>View Source:</h2>
]
}
};
var columns = [{ id: 'id', field: 'id', name: 'Id', width: 40, excludeFromGridMenu: true }];
var columns = [{ id: 'id', field: 'id', name: '#', width: 40, excludeFromGridMenu: true }];
var columnFilters = {};

for (var i = 0; i < 10; i++) {
Expand Down

0 comments on commit b6f0b61

Please sign in to comment.