Skip to content

Commit

Permalink
DataGrid: Preserve method chaining for rememberState
Browse files Browse the repository at this point in the history
  • Loading branch information
juniwalk committed Feb 4, 2016
1 parent c53380f commit 4ae5027
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/DataGrid.php
Original file line number Diff line number Diff line change
Expand Up @@ -1505,6 +1505,8 @@ public function setColumnsOrder($order)
public function setRememberState($remember = TRUE)
{
$this->remember_state = (bool) $remember;

return $this;
}


Expand Down

0 comments on commit 4ae5027

Please sign in to comment.