diff options
Diffstat (limited to 'examples/example-plugin-headerbuttons.html')
-rw-r--r-- | examples/example-plugin-headerbuttons.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/example-plugin-headerbuttons.html b/examples/example-plugin-headerbuttons.html index b3048a1..86516d7 100644 --- a/examples/example-plugin-headerbuttons.html +++ b/examples/example-plugin-headerbuttons.html @@ -48,7 +48,7 @@ var grid; var data = []; var options = { - enableCellNavigation:true + enableCellNavigation: true }; var columns = []; var columnsWithHighlightingById = {}; @@ -61,6 +61,7 @@ name: String.fromCharCode("A".charCodeAt(0) + i), field: i, width: 90, + sortable: true, formatter: highlightingFormatter, header: { buttons: [ |