Tip: Put the pagination-controls outside of the table or you'll blow out the size of the first column.
@syedatifhasan75173 жыл бұрын
Thanks bro
@pravinromano87743 жыл бұрын
nice video sir, thank you for the knowledge , next time please explain once in the video it will be of a great help for the freshers
@krzysztofzon86614 жыл бұрын
Run this to install all dependencies: npm install ng2-order-pipe ng2-search-filter ngx-pagination --save
@brucevwilcox1002 Жыл бұрын
Some nice content, important information. In future, consider the pace of the content. For some parts have snippets prepared to avoid having to watch you type out simple content. Then slow down for more complex items. Link to a repo with code too. Thanks.
@kunalparmar79642 жыл бұрын
Very helpful And In a so easy way Thank you so much
@akshita55183 жыл бұрын
when i use orderBy pipe it is throwing error pipe is not found can any one tell this
@AussieAmigan4 жыл бұрын
This was a great tutorial for this functionality and helped me a lot. I just wish he'd stopped for a little bit before transitioning to other pages.
@satishraizada52074 жыл бұрын
Great video to explain the bunch of thing but the search does not work with pagination specially when you are on second page and search a keyword, If it works for you could you please upload a repo for references. GREAT WORK ANYWAY
@KadeMackintosh3 жыл бұрын
this is a huge issue. Would also like to know how to fix this
@anurbatra40032 жыл бұрын
Yes its an issue
@anthonyyoabmustikasatria8488 Жыл бұрын
have you fixed this?
@shubhamgupta9465 Жыл бұрын
bhut accha video bhai
@ivanyewo2 жыл бұрын
Thank's. It's very usefull !!!
@Mohamed-uf5jh3 жыл бұрын
Great tutorial all in one video Thanks sir!
@jyotiraghu26573 жыл бұрын
This is good video sir can you help me for searching rage between 4 to 10 or 15 to 20 any rage data using id
@sweetysnehith969210 ай бұрын
Hi How to set show record count option and how to change the record count like 10,20,50,100...
@AbhishekSharma-oq2iy2 жыл бұрын
So wonderful explanation , thanks
@sudhirclumpcoder23792 жыл бұрын
@codo is it called API integration?
@logospod-cast95742 жыл бұрын
The console show me after install the libraries 11 vulnerabilities (5 moderate, 5 high, 1 critical) How can I fix them? Thanks
@Tenacioustarantula3 жыл бұрын
I get the error TypeError: undefined is not a function (near '...this.users.filter...') ,sounds like its throwing of on the res function ?
@pratimagutal93442 жыл бұрын
Can you please extend video for particular search from like only 5 row between letter M to R like that ..and also delete any particular column ..n how to do ascending descending order
@tayyabsheikh6666 Жыл бұрын
Awesome Great....Can you please provide Source code ?????
@abbasaqhayari29542 жыл бұрын
its very helpful , thanks a lot
@sinahzh17723 жыл бұрын
Thank you for this short and good tutorial
@bazirakeeric72443 жыл бұрын
Good ! impirtant videos
@waseemalsammoue8733 Жыл бұрын
Thank you very much
@satishbalaji36403 жыл бұрын
That was a great tutorials!!. Thank you
@mukul131973 жыл бұрын
great video one Problem I have 1 array for example A:{ name: "Alpha" ItemOfB:[ 1 ] } and second array B{ name: "Beta" item1: { name : item1, id : 0} Item2: { name : item2, id : 1} Item3: { name : item3, id : 2} } // Import class Bmodel ; Export class AModel { name:string; ItemOfB: Bmodel[] } // Export class Bmodel{ item1: { name : string, id : number} Item2: { name : string, id : number} Item3: { name : string, id : number} } I want to access element of array B and display it where im getting response of array A . But im only getting [1] from itemofB , but not the actual index of array B and its value ( which is Item2: { name : item2, id : 1}) . how do i extract json value from another array hosted on different servers - suppose A is hosted on 3000 and B at 3001 and im linking them from their Models only
@edvaldoarcanjo81102 жыл бұрын
thank you very much, great video
@logospod-cast95742 жыл бұрын
When I write something to search the first time, works very well, but: When I erase a letter, but put the erased letter again, then don`t search anything. How can I fix the "delete letters" issue? Thanks
@Sufitech123453 жыл бұрын
when i am searching for value which is in paginator 2 i should get value in paginator 1 only i don't want to change paginator for that value which i am searching in paginator 1 can you help on this
@palmadecoofficielle41612 жыл бұрын
merci beaucoup pour ce tuto sinon moi jai une erreur error TS2339: Property 'filter' does not exist on type 'Observable
@houdawafi97852 жыл бұрын
Great tutorial , thanks
@alaanaeeim16543 жыл бұрын
please when make any example explain the modules u used before test such install ngx-order-pipe an ..... thanks god job dear
@yoganandachariparadi3615 Жыл бұрын
super sir 😍😍
@mastmovieclip62452 жыл бұрын
Why search does not work through out the paginated data?
@ManishSharma-wz3gs4 жыл бұрын
thanks the Video and can we add pipe to search for more than one column instead, currently it only searching one column only
@AussieAmigan3 жыл бұрын
I searched two fields from a single input without a pipe. In Search() in the filter arrow function just add another || (OR) condition. return res.yourfield1.toLocaleLowerCase().match(this.searchText.toLocaleLowerCase()) || (res.manager != null && res.yourfield2.toLocaleLowerCase().match(this.searchText.toLocaleLowerCase())) I also check for null just in case because my project's json source had nulls. I changed some variable names from the video, but you'll work it out. If you use a pipe I think you could stuff up the ordering, but if anyone has it working that way, please reply.
@ManishSharma-wz3gs3 жыл бұрын
@@AussieAmigan thanks a lot yes working
@manishasony49983 жыл бұрын
@@ManishSharma-wz3gs can you please share the exact code in which you have tried and got output.
@manishasony49983 жыл бұрын
I tried the same way as leo mentioned but am not got the output..pls help me on this
@neerajmehra82223 жыл бұрын
It's been 8 months Where r u?
@fbellod864 жыл бұрын
Nice tutorial, what if you searching a field, the pagination still works?
@codo1244 жыл бұрын
Thanks Franco!! & Yes It works.
@satishraizada52074 жыл бұрын
It works on page one if you switch to page 2 or 3 and then search it does not work, i think that fix can make it complete package video
@josebarrera66954 жыл бұрын
@@satishraizada5207 Could you get the search to be on all pages? Sorry for my english haha
@Александр-ъ3о1щ3 жыл бұрын
@@satishraizada5207 you fix it?
@ahsanbaloch91263 жыл бұрын
@@Александр-ъ3о1щ did you find the solution for searching on other pages?
@Saveindia01298 Жыл бұрын
Dint understand why component.ts and user.ts both created We could add both in one file ? Like component. Ts
@hieutancodeproject2 жыл бұрын
Nice tutorial thanks
@anurbatra40032 жыл бұрын
Well explained
@aminechakib70194 жыл бұрын
Thank you very much for this tutorial, but in the search part I am having this error (this.users.filter is not a function), can you help me, please.
@anilkumarreddy31633 жыл бұрын
everything working fine nice.
@anupampatra85023 жыл бұрын
Very nice explanation with live demo. If possible can you please share the code too.
@kiranr26134 жыл бұрын
Great video can you please share source code of this!! Any git or Google drive link to download the same!!
@savage-qw4gk4 жыл бұрын
i tried only search it's not working followed all steps but still nothing shows I installed and imported packages still
@amtech67283 жыл бұрын
Thanks for this video🤩
@mundlapatipraveen97623 жыл бұрын
On url based data display.. not file.. how to create it.. please explain new for angular.. please... like "Jsonplaceholder"
@Sairekha437 Жыл бұрын
Can u plz provide this code...
@bharathkasyap2 жыл бұрын
Import{users} from ../_model/users I'm getting an error while imports what to do
@joviebendijo7694 Жыл бұрын
can i ask for the CSS
@souravdey27212 жыл бұрын
Ng2SearchPipeModule & NgxPaginationModule does not work properly when used both
@atlamasthanaiah79114 жыл бұрын
Pagination also getting error. Is there need any instalation
@codo1244 жыл бұрын
You need to install ngx-pagination package. Please run below command npm i ngx-pagination
@sivakarthikeyans35193 жыл бұрын
no pipe found with orderBy error.. you didnt show the orderby pipe code
@ranganathprasadkr32392 жыл бұрын
Type event is not assignable to type number ,error is cmg like this can anyone help me whn am using pagination
@disneychannelstars35834 жыл бұрын
My fa fa-icon is not visible ?plz reply
@AussieAmigan3 жыл бұрын
npm install font-awesome --save Then in angular.json you need to add "./node_modules/font-awesome/css/font-awesome.css" under styles.
@sahnouneya36544 жыл бұрын
hi, thanku for tutorial but i'm having an erreur can you help me plz .
@codo1244 жыл бұрын
Hii can please you elaborate the error so that i can get better idea. For now please check your user.ts once. It seems you haven't pass required parameters in constructor.
@kencoppola24413 жыл бұрын
Great video!
@shubhamshinde43284 жыл бұрын
Thank you for Video. In sorting values are not getting properly sort
@codo1244 жыл бұрын
Have you installed ng2-order-pipe ?
@shubhamshinde43284 жыл бұрын
@@codo124 Yes got my issue solved the numbers were in strings. Converted them to integers then sorting worked properly too.
@prashanttripathi13723 жыл бұрын
Woo it's great ...
@pushpasharma31072 жыл бұрын
Hi Bro, Can you please provide me CSS for this table ? Btw thanx alot your video is very helpful for me.
@pallavisangale68303 жыл бұрын
How to sort two columns date and name
@sriparnabhattacharjee5003 жыл бұрын
The Search doesn't work when you navigate to page 2
@bestincodepoint66773 жыл бұрын
Beautiful...
@sourabhthorat95503 жыл бұрын
How to display a message "Result is not found" if result is not there
@issaneto93692 жыл бұрын
If possible can you please share the code too.
@tayyabsheikh6666 Жыл бұрын
Yeah please ..Me too
@sumitweb89903 жыл бұрын
Great
@suchitranair73863 жыл бұрын
Nice
@vivekvairagade56813 жыл бұрын
You haven't defined orderby pipe anywhere
@jouiniaziz41004 жыл бұрын
merci thanks thank you
@niravghodadra92174 жыл бұрын
how to get that symbol in sorting
@AussieAmigan4 жыл бұрын
npm install font-awesome (ignore all the ridiculous warnings that follow) Add ""./node_modules/font-awesome/css/font-awesome.css"" to styles under angular.json. (change css if you are using different style sheet system) Don't do any of the module imports that some of the other tutorials go into, as they aren't necessary for this functionality.
@krzysztofzon86614 жыл бұрын
You can use font-awesome or use a copy-paste symbol --> ᛨ ↕ ⮁
@ManishSharma-wz3gs3 жыл бұрын
sorting working fine but icon beside header isn't showing
@ManishSharma-wz3gs3 жыл бұрын
found the solution
@rahulwani13233 жыл бұрын
error showing " No pipe found with name 'orderBy'. "
@chourabiseif88173 жыл бұрын
install ngx-order-pipe
@tusharnautiyal82303 жыл бұрын
@@chourabiseif8817 after installing ngx-order-pipe its still the same error No pipe found with name 'orderBy'
@poonamanap77182 жыл бұрын
Hey did u get solution????i have same issue
@bushrayasmin26184 жыл бұрын
Thanku for tutorial, but I'm having issue with searching, it is showing error with ngModel
@codo1244 жыл бұрын
In order to use ngModel you need to import the FormsModule package in your app.module.ts.
@ashwanikumar-pk8ge4 жыл бұрын
How to run This code .. ?
@ashwanikumar-pk8ge4 жыл бұрын
I am not able to fetch the data
@krzysztofzon86614 жыл бұрын
@@ashwanikumar-pk8ge In order to get data from a .json file, you need to host it, or you can practice on dummy data from jsonplaceholder.typicode .com for example.
@Sairekha437 Жыл бұрын
@@ashwanikumar-pk8ge mee too..wt to do?
@pallavisangale68303 жыл бұрын
I got error at reverse
@ImCaveJohnson2 жыл бұрын
You'd think in a tutorial with searching you'd spend more than 2 seconds on screen in the pipe you actually do it.
@poonamanap77182 жыл бұрын
Ye background music hi itna dala hai ki concentrate nahi hota
@damirmorankic47102 жыл бұрын
Can you upload source code?
@atlamasthanaiah79114 жыл бұрын
Where to get orderBy . Pipe not getting anywhere. I am getting order by.
@codo1244 жыл бұрын
Run below command. npm i ng2-order-pipe
@Tony-uc8wq3 жыл бұрын
@@jeromepaulson8483 I tried installing with ngx-order-pipe, and im still having trouble. Can I see how you solved this issue?
@alokmishra32274 жыл бұрын
Hey, Can u provide source code
@hyderfarooqui14034 жыл бұрын
May i know your name?
@vemularasagna23073 жыл бұрын
Search isn't working
@fernando63473 жыл бұрын
me neither
@karlrussellmenil94603 жыл бұрын
Topic: Full stack javascript - Data Pagination and Filtering Good day, If I may humbly ask a little help, any hints, comments and suggestions are very much welcome, thank you in advance for all your help, please see question below, how do I code this?: /* Create the `showPage` function This function will create and insert/append the elements needed to display a "page" of nine students */ /* Create the `addPagination` function This function will create and insert/append the elements needed for the pagination buttons */ // Call functions
@doston87954 жыл бұрын
Hey buddy good job! may i see ur github ? if you don't mind
@jayakumar29273 жыл бұрын
Share code
@Telusuko_sodara2 жыл бұрын
Hello
@erandafernando943 жыл бұрын
fucking nice
@lassel16443 жыл бұрын
Dammit that was some horrible background elevator music🙄