Skip to content

Commit

Permalink
persist table state
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebacker committed Aug 15, 2015
1 parent d4fa6f2 commit d7b5b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/views/admin/_index.blade.php
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@

<div class="table-responsive">

<table st-table="displayedModels" st-safe-src="models" st-order st-filter class="table table-condensed table-main">
<table st-persist="partnersTable" st-table="displayedModels" st-safe-src="models" st-order st-filter class="table table-condensed table-main">
<thead>
<tr>
<th class="delete"></th>

0 comments on commit d7b5b21

Please sign in to comment.