次のように ng-init でテーブルを初期化すると:
<table ng-table="tableParams" template-pagination="custom/pager" template-header="custom/header" ng-init="tableParams.filter({name:'George Harrison'})" show-filter="true" class="table">
そして、この言葉はテーブルにあります。テーブルにはアイテムが表示されません。しかし、'George' (空白なし) という単語だけを入力すると、項目が表示されます。
どうすればこれを修正できますか? ありがとう。