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 7e489d0 commit 8f40eb4Copy full SHA for 8f40eb4
src/bootstrap-table.js
@@ -749,7 +749,7 @@
749
}
750
});
751
752
- this.$container.find("th").off('keypress').on('keypress', function (event) {
+ this.$header.children().children().off('keypress').on('keypress', function (event) {
753
if (that.options.sortable && $(this).data().sortable) {
754
var code = event.keyCode || event.which;
755
if(code == 13) { //Enter keycode
0 commit comments