The Wayback Machine - https://web.archive.org/web/20200706210827/https://github.com/topics/pagination
Skip to content
#

pagination

Here are 1,198 public repositories matching this topic...

pmichna
pmichna commented Mar 19, 2018

https://jsfiddle.net/7os91g7n/20/

Reproduction steps:

  1. Extend manually columns, so the sum of their widths is larger than container size. The table becomes horizontally scrollable because of resizeMode: 'overflow'.
  2. Scroll to the right till the end.
  3. Drag the last column (E) to the left.

Existing behavior:
The transparent picture of the column is dragged with an offset from the

sheffieldnick
sheffieldnick commented Mar 31, 2020

Can this be added to the List API docs please?
As well as the documented:

listObj.search('Jonny'); // Only item with name Jonny is shown (also returns this item)
listObj.search(); // Show all items in list
listObj.search('Jonny', ['name']); // Only search in the 'name' column

search also supports a (currently undocumented) custom search function as the 2nd or 3rd argument:

yuki24
yuki24 commented May 24, 2018

We've received a good amount of feedback for formatting values instantiated within the page_entries_info method. Currently we don't have a concrete interface for the method and Kaminari users need to implement a decorator that's not intuitive. It would be helpful if the method sends a certain sed of messages to the collection object. I'm not sure what the interface should look like, but here i

OkciD
OkciD commented Feb 27, 2020

Hello!

I am using vuejs-paginate@2.1.0 and I had a necessity to set selected page number explicitly. I was trying to pass the selected page number in both force-page and initial-page props, but it didn't work. Thanks to Vue devtools, I had found out the value property and successfully used it to determine selected page number. So, please, update the docs and mention the value property

GeeWee
GeeWee commented Mar 25, 2020

Is your feature request related to a problem? Please describe.
In the documentation you simply pass an IQueryable to the PagedList without any sort of keyselector. However if you e.g. pass an IQueryable from a database without any keyselector, then the results aren't guaranteed.

The generated SQL (For sql server) is as follows

SELECT [a].[WtgId], [a].[TimeOnUtc], [a].[Code], [a]
maxgardner
maxgardner commented Feb 16, 2018

Hello! This project is great. Thank you for working on it and maintaining it!

I did run across a potential issue while using Autopages. The documentation says to omit any sections you don't want to enable auto-generation for, but it seems that if you enable it for one, you must explicitly disable it for the other available sections. Apologies if this is intended behavior and I've misread the do

Improve this page

Add a description, image, and links to the pagination topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pagination topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.