Skip to content

Commit

Permalink
delay schema filtering to improve responsiveness (fixes getredash#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
Allen Short committed Mar 8, 2017
1 parent 8a6b237 commit 3325e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/pages/queries/schema-browser.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="schema-container">
<div class="p-t-5 p-b-5">
<input type="text" placeholder="Search schema..." class="form-control" ng-model="schemaFilter">
<input type="text" placeholder="Search schema..." class="form-control" ng-model="schemaFilter" ng-model-options="{ debounce: 500 }">
</div>

<div class="schema-browser" vs-repeat vs-size="getSize(table)">
Expand Down

0 comments on commit 3325e05

Please sign in to comment.