Most voted "paging" questions
Paging is the process of dividing information into separate pages. Paging is often used for the purpose of printing or searching information.
Learn more…174 questions
Sort by count of
-
0
votes0
answers21
viewsPaging in SQL
I have a SELECT that needs to turn into a PROC with paging to be consumed by an ASP (classic) page. Could you help me? Below is the SELECT: SELECT A.NOMUSU, A.NOMMAE, C.ATIVID, B.DSCEND, B.NUMEND,…
-
0
votes0
answers163
viewsSmall problem with pure PHP paging
Hello, I have the following function that does the paging as per what the user typed in the search input: function pesquisar($botao, $input, $conteudo) { if(isset($_POST[$botao]) || $_GET['pagina'])…
-
0
votes0
answers37
viewsMethodnotallowedhttpexception in the pagination Laravel 5.5
I’m having trouble paging the data in the view. When performing the search it returns all the data, but when accessing the pagination link it returns the error "Methodnotallowedhttpexception".…
-
0
votes1
answer317
viewsError in paging with custom post type
I have two Custom post type created, one for movies and one for series, I have a loop that shows both on index, only when I use paging, it doesn’t work. Ex. Push to go to/page/2 Only I get a 404…
-
0
votes1
answer26
viewsPagination PDF wordpress
Guys don’t know much about wordpress maaas... There is some way to change the way to visualize existing pdf’s on a site ( that in the case are magazines ) which is currently the standard when you…
-
0
votes1
answer88
viewsPaging appear in JSF Primafeces Datatable only when you have more than one page
How to make pagination appear only when you have more than one page, using the Datatable of Primefaces in the JSF?
-
0
votes0
answers38
viewsPHP paging with problems
I have the following problem: I am starting to maintain the site of a certain research from my university. I am a beginner in PHP. The problem is that for example: When in the filter you select…
-
0
votes0
answers323
viewsSimple paging with Javascript
I made a system to list billets consuming a API, but I need to generate a simple pagination (< Previous Next >) by passing the parameter "lastEvaluated" in the GET. If this parameter exists,…
-
0
votes1
answer1385
viewsPaging with the codeigniter
Could one of you help me find the error in this paging code with codeigniter. it prints the links in the right way, but it shows more items than it should per page, and when I change the page it…
-
0
votes0
answers70
viewsErroneous paging count in wordpress
When the Slug stored in var $type is for example 'pizzas-salgadas' the pagination rolls normally, now when this Slug changes, the pagination appears even without the need to appear, with several…
-
0
votes2
answers1075
viewsIs it bad practice to make direct paging on the front end?
I have some systems Java + AngularJS, in some pages on back-end, using paging of Hibernate, ex: query.setFirstResult(0); query.setMaxResults(10); But recently I found some libraries from AngularJS…
-
0
votes2
answers183
viewsError in PHP Paging
Guys, I’m having a little problem paging a system I’m developing. When I search the resulting in the database, the link to pass to the next page, either link or stay hidden. I found that the problem…
-
0
votes1
answer66
viewsCreate pagination by displaying current records at the top of the list
I am creating a page that contains paging, but I am with a problem, the paging works perfect but brings the oldest records first and I would like the current records to be displayed first, someone…
-
0
votes1
answer41
viewsPaginate Updating Request?
Good morning, I will try to simplify my difficulty, however any extra doubt I will be available to provide any code information... I have a filter whose which I do my searches for certain values and…
-
0
votes1
answer103
viewsvariable does not load in pagination
I’m trying to make the search pagination of my site from a search form but I’m not getting the variable that comes via POST to click on the other pages and not be empty. The variable is $search. How…
-
0
votes0
answers299
viewsPaging with Jquery PHP Mysql in MVC template
Well I have a little problem, I have a table with the conversations of a system internal chat that was created here in the company. My task will be to paginate the history generated with the buttons…
-
0
votes1
answer672
viewsSelect register in angular pagination
Good afternoon! I have a table with pagination (use dir-paginate). When I click on a record, I invoke ng-class and the record changes color. If I click on another record, automatically the previous…
-
0
votes0
answers149
viewsChange Previous and Next text in pagination links
I set in functions.php the parameters of the pagination and gave an echo where I want the links to appear, so far so good. The problem is that the texts of Previous and next are not modifying. I put…
-
0
votes1
answer54
viewsOnepage wordpress template but also paged
I am developing a wordpress template, and it has the following dynamic, is a one page site, ie anchored. In the menu I call the pages that are anchored from one page, but in the menu I also call…
-
0
votes0
answers166
viewsPagination of results in php with page limit
I have a website which I need to display several images per page. I limited this display to 16 items per page, which resulted in 10 pages. As the site will also be displayed on mobile, It will be…
-
0
votes1
answer432
viewsPagination in PHP and Postgresql
Good evening, I need a pagination made on PHP and Postgresql, I searched the internet but found nothing useful, I tried to apply a PHP/Mysql code but the result was negative. The code I used: if…
-
0
votes1
answer297
viewsUsing Angular "track by $index" with paging, filtering and sorting
good morning! I’m having a huge problem trying to use the Smart Table, with paging, filter and searching in my table. I had the table working when I converted a JSON that consumed by an object…
-
0
votes1
answer180
viewsWordpress - From the second page is giving error 404 - Not Found
I am creating a theme in Wordpress and the time has come to make the pagination. I managed to create the menus below indicating how many pages have and the next and previous. Only by clicking on…
-
0
votes1
answer253
viewsHow to paginate a foreach of a file_get_contents?
I am consulting an API that provides me data formatted in JSON, I collect it through file_get_contents and then print all the values using a foreach. However there are many values, more than 5,000…
-
0
votes1
answer1069
viewsPaging with ajax
I have a normal paging code, it is working properly, but I am not able to insert ajax in paging. Actually as I’m using functions, I don’t know how to call the function "paginglink" in the AJAX url…
-
0
votes1
answer199
viewsAjax data - Pagination
I’ve been studying jquery and ajax documentation. I’m trying to understand how ajax and php requests work. I’m trying to turn a normal pagination into ajax pagination. More specifically as I use…
-
0
votes1
answer41
viewsDifficulty in visualizing and paging
I have a menu with the option to view the registered phones, only the numbers that were registered without showing the rest of the data, the intention and the user clicks on the option to view in…
-
0
votes1
answer468
viewsUndefined when passing parameter to a JS and Angular function
I have a function that receives as a parameter a value coming from HTML, however, it is coming undefined. I’m using JS and Angular. My HTML <div class="input-group col-lg-3 col-md-3 col-sm-3…
-
0
votes1
answer143
viewsProblem when paging in jQuery and Angular
I am putting together a pagination and I have the following problem. First my next and previous buttons are not working and shows no error on the console. The second question is that when I select…
-
0
votes2
answers742
viewsHow to put paging in foreach that returns a JSON list with ajax
I call this function which returns me a list and populates a table in the view, updating every time I pass a parameter through the filter. Everything works perfectly, just need to put paging,…
-
0
votes0
answers97
viewsCustom Loading on Demand
Hello folks would like to make a shipment on demand, but I’m not getting to assemble. Just follow my code: function show(letra) { var itens = ""; $.ajax({ type: 'GET', dataType: 'json', data:…
-
0
votes1
answer143
viewsSearch system with charging on demand
I have a search system with load on demand with php and jquery, I can search for letters correctly, and I do the load on demand correctly, the problem is that when switching letters to search, it…
-
0
votes1
answer55
viewsIndent table Cell value and move to a Second PHP screen
Hello, I have a need and I have a great difficulty with PHP, some I managed to help me, I am creating a table with database information, and inside a cell I am putting an Onclick to open a second…
-
0
votes1
answer90
viewsA page with a list of other pages
I would like to know how I do, for example, page that will list the other pages:APP,SITE,etc: import { Component } from '@angular/core'; import { NavController, NavParams } from 'ionic-angular';…
-
0
votes1
answer142
viewsHow to use Laravel Pagination with queries in raw DB::select() format
To get some database information at times it is simpler to make a querie with raw sql than to use multiple models, maps functions and a magic touch to reach the same goal, however the problem of…
-
0
votes0
answers350
viewsHow to Paginate using PHP and MYSQL
I have a simple query that brings the results and assembles a table and I wanted after the table to come a pagination: (), but I don’t know how to do. The consultation is like this:…
-
0
votes0
answers49
viewsMysql and PHP SQL_CAL_FOUND_ROWS and FOUND_ROWS()
I am trying to create a data display list that returns the TOTAL of records for me to run after paging. To avoid making 2 queries in a database with more than 5 thousand records for the criteria I…
-
0
votes1
answer62
viewsHow to change wodpress paging to load more
I have a site in wordpress, Thema is the TOTAL. In the pagination of this theme, are the page numbers and the previous and next arrows. What I want is to replace this pagination with a button to…
-
0
votes1
answer56
viewsPagination - icon of selected page always in the middle or visible
In my structure, I want to be responsive the selected page always be visible, if possible in the middle of her class and "active", and the other options are hidden, and may appear if the page width…
-
0
votes1
answer52
views"next_posts_link" in post_type wordpress generates error 404
I’m having trouble running the paging on a POST_TYPE I created in wordpress, all my Query is created and returns the posts normally from "post_type=club", but when adding the paging, the next pages…
-
0
votes1
answer53
viewshow do I page other results
I saw this code and used it in my project, and it worked, but it only displayed the 10 results to which it was limited. I would like to know how to paginate for the other results using php Pdo.…
-
0
votes1
answer16
viewsWrong current page tag in Bootstrap4 pagination
I am trying to use bootstrap4 pagination but the active page is coming wrong. For example, the first page comes as page 2. My code looks like this: <nav> <ul class="pagination">…
-
0
votes1
answer100
viewsError 404 wordpress pagination
I developed a son theme based on Spacious, the problem is that when doing a search is returned that there are for example 20 results, on the first page I preview the first 10 results, however when…
-
0
votes2
answers1287
viewsSpringdata paging with Pageimpl<> size does not work
I created a method within a service class to generate a paged list of products using Springdata (Java Spring Rest application), follow the code: public Page<ProdutoDTOVendedor>…
-
0
votes1
answer217
viewsPagination with recycleview and staggeredGridLayoutManager
I’m trying to paginate with Recycleview and Staggeredgridlayoutmanager but I’m not getting the right result. Every time I start the app, right at the beginning of the list, it displays the Oast that…
-
0
votes0
answers63
viewsPaging does not work
I just did the research field and paging of my project, however I have 17 records already added but only has 8 records I made the code in order to present 15 records per page, that is, on the second…
-
0
votes1
answer49
viewsPaging and Research - Springdata with Sqlserver2008
Hello, I have a problem in my application and I wanted to see if anyone here can assist me. I’m developing a system with Springboot (Springdata, etc. ) on top of a base Sqlserver2008. Due to force…
-
0
votes1
answer47
viewsPagination Wordpress
Good morning, you guys! I’m having a problem some time to make a pagination with wordpress. I’m trying to implement a stylized pagination, but I’m having a hard time making it work in a certain way.…
-
0
votes1
answer692
viewsPage with Nodejs with Mysql database
I’m creating a API to then be consumed in React. In this API you will have a route(page) that will list database users. I applied the rules and I’m testing in India, which by the way is working…
-
0
votes0
answers57
viewsTransforming Code into Ajax Jquery for Pure Javascript
Hello, everybody all right? I’m creating a pagination system. However, the pagination system is the only system of the site that is using Jquery. That is, it is loading an entire library, affecting…