Goto https://plnkr.co/edit/sAqHy1?p=preview
It will run the plunker page for you. The tab page it opens is “AngularJS Entire Page & Modals”. Click the second line says “Click for Newest version of Template Master Example on Plunker <https://plnkr.co/edit/siiOm7oiV9rbEbmyZOu9?p=preview>“ That will open in a new browser window (tab) the application that has the example. Then just follow the code that was originally written in the post. Look at controller.js and on the bottom: $scope.TableFilter = ""; $scope.search = function (row) { Etc. Etc. Etc. On Tuesday, June 6, 2017 at 1:46:03 AM UTC-4, Raakesh Bandi wrote: > > HI..thanks..for your reply.. > i have followed..the same that you mentioned in your reply.. > > Clicked on Versions.. Updated about 15hours age..link.. > out put is different..could not find any related to my query.. > > Could you let me know if i am missing some thing... > > Thanks > > > On Monday, June 5, 2017 at 7:54:01 PM UTC+5:30, gBerger wrote: >> >> I have an example of filtering in a table (ng-repeat) in the plunker. >> From the example, you should be able to extrapolate to what you require. >> >> See https://plnkr.co/edit/sAqHy1?p=info >> Click on tabpage Entire Page & Modals Example if not already opened. >> Click on link < Newest version of Template Master Example on Plunker > >> >> Look at controller.js and on the bottom: >> $scope.TableFilter = ""; >> $scope.search = function (row) { >> >> In bodyTabMainTable.html >> <div> >> <input class="pull-left txtSearchWidthLarge" type="text" >> placeholder="Table Filter - Seperate words by tilde (~) >> for multiple filters" >> ng-model="TableFilter" >> ng-maxlength="99" >> id="TableFilter"> >> </div> >> >> >> On Monday, June 5, 2017 at 9:10:45 AM UTC-4, Raakesh Bandi wrote: >>> >>> Hi All, >>> >>> I am working a simple website where there will be few Categories listed >>> on left and all products will be displayed on right(some this like any >>> shopping cart website ),if i click on Categories particular products should >>> filtered and displayed,i am getting these Categories data from one table >>> and products from another table..theses two tables are linked based on >>> id,its MySQL database, >>> converted table data to json format using php. >>> >>> Apart from this i have used ng-repeat to display both Categories and >>> products..used ng-click on Categories and filter on products,not able to >>> filter >>> >>> This is all i have done..any idea suggestion or any working link will >>> help me a lot. >>> >>> Will be waiting from your replies >>> >>> Thanks >>> >> -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
