akveo / akveo/ng2-smart-table

Filter of the column with prepared value

Open
#351 3 comments 3 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
1.6k
Forks
867
PR merge metrics
No merged PRs in 30d

Description

I am using smart table for displaying data from server like as
```
brand: {
title: '品牌',
type: 'string',
valuePrepareFunction: (value) =>{ return value.chName },
},

```
For this column, the filter doesn't work.
How do I set filter or filterFunction?
Thanks in advance.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.