How to implement filtering for each column in ngx swimlane ?
See original GitHub issueI have added multi-select drop down under table headers which contains the Distinct values within that column as shown below Image, but not able to select that values(client side event is not getting triggered):
Is there any other way to achieve this feature. Any working example ?
[ ] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, post on Stackoverflow or Gitter
Current behavior Currently I have added the multi-select drop down control under headers, but i am not able to select any values in that multi-select drop-down. It is acting like a disabled control
Expected behavior It should select values in dropdown control and accordingly filter the data in grid.
Reproduction of the problem
What is the motivation / use case for changing the behavior?
Please tell us about your environment: Local
-
Table version: 0.8.x 11.3.2
-
Angular version: 2.0.x Angular 4
-
Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
- Language: [all | TypeScript X.X | ES6/7 | ES5]
Issue Analytics
- State:
- Created 5 years ago
- Comments:9
Top GitHub Comments
Thanks sagar for the clarification. Is it possible could you share the sample code?