Add filter when column type is Number
オープン
- 主要言語
- 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 はまだ評価されていません。