md-data-table icon indicating copy to clipboard operation
md-data-table copied to clipboard

Added a Filter that can search by column

Open SMxJrz opened this issue 8 years ago • 12 comments

First off: Great table, I really love the look and feel, and it has worked great for me so far.

So I generally have had needs to be able to filter by column for my applications and I noticed that this library doesn't really have that out of the box. The beautiful thing about this library is the control i have over the Dataset with the filtering and orderBy. I had originally wrote this as a custom filter inside of the apps i had used the table in, but I had noticed that it's pretty much the same code every time i need it in an app, I feel like the filter is generic enough so I had the idea of just adding it as a filter in this library.

The general idea is that it's still up to the user to provide the interface for filtering but now they can reference this filter and hook up their inputs to it. The filter just requires an object that maps the columns to the filter (easy enough if you define the columns object like the example app)

This filter is case insensitive with regards to the data in each column. I have also updated the demo app to use the filter, you can see how it works there, What do you think?

-SM

P.S. - I think this would address #283 but they are probably looking for a full-on magic UI feature but I think the users should design their filter ui's the way they want it to look and feel

SMxJrz avatar Mar 02 '16 14:03 SMxJrz

+1

kood1 avatar Mar 08 '16 19:03 kood1

+1

rhllor avatar Mar 09 '16 09:03 rhllor

+1

datenbrille avatar Mar 14 '16 09:03 datenbrille

+1

marcincichocki avatar Mar 20 '16 09:03 marcincichocki

+1

flick36 avatar May 15 '16 05:05 flick36

+1

JaySardhara avatar Jun 22 '16 18:06 JaySardhara

+1

gss-patricia avatar Jul 25 '16 19:07 gss-patricia

+1

nish-nair avatar Aug 17 '16 21:08 nish-nair

+1

jpirela avatar Nov 05 '16 01:11 jpirela

+1

kevinbatongbakal avatar Jan 09 '17 09:01 kevinbatongbakal

+1

veneliniliev avatar Feb 08 '17 14:02 veneliniliev

Is there a demo of this anywhere?

skortchmark9 avatar May 03 '17 22:05 skortchmark9