Skip to content

Commit 1105cd0

Browse files
committed
Add _hoverable to table headers (though clicking them doesn't yet do
anything in this test).
1 parent daafb7a commit 1105cd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grid-markup/grid.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ $.widget( "ui.grid", {
6868
uiGridHeadTable.find("tr").addClass("ui-state-default");
6969

7070
// Give head cells a clickable state
71-
uiGridHeadTable.find("th").addClass("ui-state-default");
71+
this._hoverable( uiGridHeadTable.find("th").addClass("ui-state-default") );
7272

7373
// Give body rows a clickable state
7474
uiGridBodyTable.find("tr").addClass("ui-state-default");

0 commit comments

Comments
 (0)