Skip to content

Commit 492961b

Browse files
committed
persist table state
1 parent ccb3461 commit 492961b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/views/admin/_index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<div class="table-responsive">
1111

12-
<table st-table="displayedModels" st-safe-src="models" st-order st-filter class="table table-condensed table-main">
12+
<table st-persist="placesTable" st-table="displayedModels" st-safe-src="models" st-order st-filter class="table table-condensed table-main">
1313
<thead>
1414
<tr>
1515
<th class="delete"></th>

0 commit comments

Comments
 (0)