akveo / akveo/ng2-smart-table

Add filter when column type is Number

オープン
#1,207 コメント 6 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
TypeScript
スター
1.6k
フォーク
867
PR マージ指標
30日以内にマージされた PR はありません

説明

With elements type String smart table setFilter function is working fine, but it's not working with elements of type number.

Let's say I want to list all data with temperature of 30. Example of setFilter function:

`this.source.addFilter({ field: 'temperature', search: 30 }, true, false);`

I'm getting

> No data found

Is there any difference when the number type is used?

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。