Home  >  Article  >  Web Front-end  >  Sharing of LayUI’s methods for implementing front-end paging function

Sharing of LayUI’s methods for implementing front-end paging function

小云云
小云云Original
2017-12-31 16:20:053339browse

This article mainly brings you a method to implement front-end paging function based on LayUI. The editor thinks it’s pretty good, so I’ll share it with you now and give it as a reference. Let’s follow the editor to take a look, I hope it can help everyone.

1. Introduction to LayUI

Layui is a domestic front-end UI framework written using its own module specifications. It follows the writing and organizational form of native HTML/CSS/JS. The threshold is extremely low. Ready to use. Built-in UI framework with some common elements and components.

The download address is http://www.layui.com/, and import it into the project after downloading.


2. Introduction to LayPage parameters

laypage is a built-in encapsulated object, which can be called directly when paging. There are mainly the following parameters here for configuring laypage. Key-value pair collection:

##Current page. groups5NumberNumber of consecutive pages. skindefaultStringControl paging skinfirst1Number/String/Boolean is used to control the homepage. first: false, it means not to display the homepage itemslastTotal page valueNumber/String/Boolean is used to control the last page. last: false, it means not to display the last page itemprevPrevious pageString/Boolean is used to control the previous page. If not displayed, set false##nextjumpobj is an object type. Contains all configuration information for paging. 3. Paging Implementation

Key

Default value

Type

Description

cont

Required

String/Object

Container. The value can be passed in the element id or native DOM or jquery object

pages

Required

Number

Page number

##curr

1

Number

Next page

String/Boolean

is used to control the next page. If it is not displayed, set false

Core parameters

Function

Triggers the callback after paging, and the function returns two parameters.
First a Boolean class to detect whether the page is initially loaded. Very useful to avoid infinite refreshes.



Display the page on the front end, the code is as follows:

The pagination effect is as follows:

Related recommendations:


Vuejs ideas for implementing local data filtering and paging function

How to use PHP implements list paging function

thinkPHP5 uses laypage paging plug-in to implement list paging function_php example

The above is the detailed content of Sharing of LayUI’s methods for implementing front-end paging function. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn