Creating Record Paging Buttons

klaw (@klaw)

10614

0

3

About This Space

Expanded version of the Grid template to add additional paging buttons and modify how the data is supplied to the Grid widget.


Last updated on March 19, 2020

Public Permissions:   View   Open/Fork   Run   Comment  

Paging Buttons

This example was built using the Loading a Grid Template.

I modified the grid to instead be database driven and to not use the replace records api.

I then added the buttons to the side of the grid that will page the grid up and down.

The buttons themselves query the DOM looking for the elements that have the CSS class of the paging controls and then click that item.

This solution has some limitations. Namely, the grid widget must have the paging bar property enabled. Addtionally, this also means that you cannot have a second grid on this screen as the the current dom query selector only selects the FIRST element on the screen that contains that CSS class.

I made a small edit afterwards to add the page number at the bottom of the grid and then used some JavaScript to show how many pages total are in the grid.

This example is locked for editing, but if you want to create your own sandbox that is a copy of this example, simply use the fork option.

If you have any questions about this example, please reach out on the discussion forum (http://discuss.noderun.com/login), as I don't plan to monitor comments on this space.

Be the first to comment:      

Comments

Write Preview Markdown: bold italic code link
Post

More Spaces By klaw (@klaw)

Filters:

Popular Recent

An application with a sample database.

3731

0

0

An application to test the hardware failure in my mouse.

3666

0

0

Static HTML Hello World App

3564

0

0

A simple dashboard example that uses responsive design

4303

0

0

Displaying information in grids is fundamental to developing applications. This demo application displays a list of products in a grid.

5378

0

0

A demo of how to build Rich Displays in the Visual Designer that integrate with external CSS and JavaScript file

4637

0

0

Stateless demo app, where the mobile client or the browser would control the flow of the application

4473

0

0

Displaying information in grids is fundamental to developing applications. This demo application displays a list of products in a grid.

4758

0

0

A simple app to be called from RPG. It leverages the node-isbn package to resolve ISBN numbers and get the book title

5385

0

0

This is a full database maintenance CRUD application with view, change, add, and delete capabilities

6229

0

0

This is a variation on the Connect 4 App that will enable multiplayer support.

11634

2

0

A Hello World app with both dynamic output and input fields

6443

0

0