問題タブ [angular-ui-select]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
angularjs - angular UIGridでのuseExternalPaginationとrowselection
私はAngularJS UI Gridに取り組んでおり、useExternalPagination、useExternalSorting属性を使用すると、Rowselectionが機能しません。以下は私のグリッドプロパティです
onRegisterApi の外部ページ付け、
上記のように、グリッド内の最初のデータを選択しています。$scope.gridApi.selection.selectRow($scope.gridOption.data[0]); しかし、これは最初の行を選択していません。
属性 useExternalPagination を削除すると、useExternalSorting selectRow が指定された行を選択しています。externalpagination および rowselection オプションを使用する必要があります。コードに何か不足していますか?
どんな救いの手も....
前もって感謝します!!!
angularjs - angular-xeditable、angular Ui-Select でモデルが更新されない
angular-xeditableでui-selectを使用しました。このサンプルではすべて問題ありませんが、モデルは更新されません (項目を選択しても foo.bar は変更されません)。手伝って頂けますか?
javascript - Angular-ui-select - マルチオブジェクト プロパティを ng-model にバインドする方法
アプリケーションの入力ボックスに ui-select を使用しています。直面している問題を以下で見つけてください。
上記の html では、ng-model にバインドするオブジェクトの名と姓が必要であることがわかります。このリンクangular- ui-select - how to bind object property to ng-modelは、単一のプロパティをオブジェクトにバインドする方法について説明しているため、ng-model にバインドするには複数のプロパティが必要です。
これは私のjsonデータです:
}
これは私のサンプルjsonです
私の質問が不明な場合はお知らせください。
javascript - Angular UI の選択が表示されない
現在、ドロップダウンに ui-select ( https://github.com/angular-ui/ui-select ) を使用しています。index.html ファイルに select.js と select.css を含めました。また、bower を介して angular-sanitize をインストールしました。
これは私のコントローラーがどのように見えるかです:
そして私のビューには以下が含まれます:
ただし、私のビューは空白で、ui-select ディレクティブにヒットしていないようです。