Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

column filter type custom #447

Closed
Pierozi opened this issue Jul 18, 2017 · 3 comments
Closed

column filter type custom #447

Pierozi opened this issue Jul 18, 2017 · 3 comments

Comments

@Pierozi
Copy link

Pierozi commented Jul 18, 2017

Hello there,

I'm trying to customize a filter component, the documentation says it's same behavior as editor, but is seems not. This feature is not yet developed ? I can open a PR if it's still on the planning.

cinemaWeekStart: {
  title: 'Date From',
  filter: {
    type: 'custom',
    component: DatePickerEditorComponent,
  },
  editor: {
    type: 'custom',
    component: DatePickerEditorComponent,
  },
},

Thanks.

@corahchiu
Copy link

I have the same issue.

@tonioros
Copy link

tonioros commented Nov 17, 2017

I have the same issue too, the property component of filter, call component, but doesn't render html ( I want render a MyDateRangePicker component).

I saw a commentary in a issue, and said: "Make a component look like to base FilterComponent"
(https://github.com/akveo/ng2-smart-table/blob/master/src/ng2-smart-table/components/filter/filter.component.ts), but not work.

@jorgearal
Copy link

I have the same problem, i'm trying to edit the code but with not too much success

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants