khan4019 / tree-grid-directive

Need one or more maintainer for this! comment or email me if you are interested
http://khan4019.github.io/tree-grid-directive/test/treeGrid.html
347 stars 183 forks source link

How to use filtering? #69

Closed fuzzyrobot closed 8 years ago

fuzzyrobot commented 8 years ago

I can't seem to get the filter to show on the grid. I've added filterable: true to the col_defs. Doesn't seem to make a difference though. Any idea how to hook this up with for example a filter text input box?

I'm a bit of a beginner, thanks in advance for the help!

fuzzyrobot commented 8 years ago

So I found out that the variable filterString controls filtering. Any insight into how I can apply that to have one input that filters on columnA, another input that filters on columnB, etc?

AlexBurdu commented 8 years ago

I don't see the filterString implemented. Khan, please correct me if I'm wrong

khan4019 commented 8 years ago

you are right. filter string wasnt implemented ᐧ

On Wed, Nov 18, 2015 at 5:28 PM, Alex Burdu notifications@github.com wrote:

I don't see the filterString implemented. Khan, please correct me if I'm wrong

— Reply to this email directly or view it on GitHub https://github.com/khan4019/tree-grid-directive/issues/69#issuecomment-157897775 .

MD Khan | Sr. Web Developer

Nielsen

Chicago, IL 60201

(p) 701.412.4019 | www.thatjsdude.com

TrueDub commented 8 years ago

Closing

reem80 commented 6 years ago

I have the same question please tell me if this is possible: Any insight into how I can apply that to have one input that filters on columnA, another input that filters on columnB, etc?