Questions tagged [dirpagination]

Pagination solutions for AngularJS that is truly plug-n-play. There is need to do any set-up or logic in the controller. Just add an attribute, drop in the navigation wherever it may be, and the result is an instant, full-featured pagination

Pagination solutions for AngularJS that is truly plug-n-play. There is need to do any set-up or logic in the controller. Just add an attribute, drop in the navigation wherever it may be, and the result is an instant, full-featured pagination

Resources

57 questions
5
votes
5 answers

dir-pagination directive angularjs : is there any way I can get all the records of current page in pagination?

I am using dir-pagination directive by @michaelbromley. I want to get all the records on the current page of directive. Is there any way to do this? Here is the link: dir-pagination, so I need a collection of 5 records from 100 to 96. Is there any…
Samir Shah
  • 709
  • 3
  • 12
  • 23
5
votes
1 answer

How to get an dir-paginate filtered result reference

I am using angularjs v1.2.9 in my project. I use dir-pagination to display a list of items in my web app. A few filters are also used to sort the list dynamically. Is there any way for me to get the dynamically sorted list in my controller? I tried…
Shabin Muhammed
  • 1,092
  • 2
  • 18
  • 29
4
votes
1 answer

pagination on multiple tables on same page AngularJS

Hi I am facing issue while integrating dir-pagination on multiple tables of same page anyone please suggest solution,dir-pagination is working fine for first table but for second table it is not working properly, when we switch page for first table…
shreyas
  • 71
  • 1
  • 5
4
votes
2 answers

AngularJS dirPagination Select All Visible Rows

I'm building a CRUD data management project using Angular and the dirPagination directive and need to have a "select all" checkbox that selects all rows that are visible /without/ using jQuery. I started with this - note - I am climbing the Angular…
Serexx
  • 1,232
  • 1
  • 15
  • 32
3
votes
1 answer

Dir-paginate GET row count after filter - angularJs

I would like to have the number of lines after filter on my list. With dir-paginate , the result is always 5 (== itemsPerPage) or i have > 5 lines. Does anyone know how I can get this row count for all page in my dir-paginate?
count…
ALFA
  • 263
  • 1
  • 5
  • 20
3
votes
0 answers

Angular js dir-paginate with animations

I am using dir-paginate with filtering and ordering.I want to implement animations for better UI and i cant seem to find a reference. I am aware of http://www.nganimate.org/angularjs/ng-repeat/yo-yo-css3-keyframes-animation but this seems to work…
Deep Singh
  • 31
  • 4
2
votes
1 answer

angular dirpagination - get current page

I use dirpagination in my angular app to have pagination for my search results. I'm trying to create a dynamic title for the page based on search words and selected page.

{{app.set_page_title()}} - page…

GhitaB
  • 3,275
  • 3
  • 33
  • 62
2
votes
1 answer

Pagination shown even though there is no data in angular

Here is my code: Buttons:
  • ALL PROJECTS
  • NOTIFICATIONS
  • Populated data on click of button:
    kittu
    • 6,662
    • 21
    • 91
    • 185
    2
    votes
    0 answers

    Angular-js noob - ng-Repeat results blank only sometimes, maybe due to size of result set?

    My result set will display when I use URL parameters to filter down the results. So I'm thinking maybe there are too many results being returned? This page: http://www.longrifle.com/forsale/forsaleitems.html#?categoryID=3&age=Contemporary uses Json…
    Marie
    • 21
    • 2
    2
    votes
    0 answers

    dir-paginate directive not working properly in angularjs

    I'm using dir-paginate directive in my html and it is working fine when I apply it body of my page, but if I use this directive inside a popup window then the pagination always show 10 pages even if my data is of two pages. Below is my code
    Arpit
    • 63
    • 1
    • 8
    2
    votes
    2 answers

    dir-paginate controls not showing

    I've got this:
    KriiV
    • 1,882
    • 4
    • 25
    • 43
    1
    vote
    0 answers

    Angularjs dir-pagination freeze when data large

    Now I am developing some html pages with angularjs. For table part, I am using dir-pagination to display my data. But now the data is large (around 8000+ rows), when the server return the data, my pages will freeze for 5-10 seconds. So how to solve…
    1
    vote
    1 answer

    ng-click function is not working with dir-pagination-controls in Angular Js?

    I have implemented the pagination in our website on differs tabs and it is working properly but problem is that after switch the tab we have called another function for get list but simultaneously on-page-change will be trigger every time.i used…
    Kapil Soni
    • 1,003
    • 2
    • 15
    • 37
    1
    vote
    0 answers

    Website not updating content and files deployed on AWS

    I have an angularjs website Hosted at AWS Elastic Beanstalk. Earlier website had a HTML smart table grid. which we later replaced it with simple table with ng-repeat. For pagination dirpagination.js is…
    1
    vote
    0 answers

    Searching is not happening with dirPaginate directive in Angular JS

    I made a list using Angular JS (1.x). I have to implement pagination, so I am using dirPaginate for this purpose. Now I need to put a search box above the list box to enable the user to search among the list items, so I am using filters also. The…
    Anubha Gupta
    • 189
    • 2
    • 17
    1
    2 3 4