esvit / ng-table

Simple table with sorting and filtering on AngularJS
http://esvit.github.io/ng-table
BSD 3-Clause "New" or "Revised" License
2.77k stars 851 forks source link

Select filter ( number ) Only Equal #919

Open amenzoweb opened 8 years ago

amenzoweb commented 8 years ago

Hello, firstly thank you for this componenent and all job done!

I have one problème please and i tried to find the solution but no question answered about it! I have column with filter select in array that contain ( 32 elements (id, name) but when i select 1 (for example) it show me elements with id : 1, 11, 12,...., 21, 31. all number that contain 1.

What i want please is to show element that have id \ 1**.

do you have an idea how to do it please, im new in AngularJs. Thank you in advance!

amenzoweb commented 7 years ago

any suggestions? Thank you