Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Table: fix the bug of refresh method in table widget
Browse files Browse the repository at this point in the history
Closes gh-6698
Fixes gh-7090
  • Loading branch information
allsteady authored and Gabriel Schulhof committed Feb 7, 2014
1 parent 4696651 commit 40cb726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/widgets/table.columntoggle.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ $.widget( "mobile.table", $.mobile.table, {

if ( !create && this.options.mode === "columntoggle" ) {
// columns not being replaced must be cleared from input toggle-locks
this._unlockCells( this.allHeaders );
this._unlockCells( this.element.find( ".ui-table-cell-hidden, .ui-table-cell-visible" ) );

// update columntoggles and cells
this._addToggles( this._menu, create );
Expand Down

0 comments on commit 40cb726

Please sign in to comment.