Listview for jQuery and jQuery Mobile

Updated on May 17, 2021
Learn More

Advanced list view component with gesture, swipe and drag & drop support.

Use it along Mobiscroll forms, pages or in any web or mobile hybrid app. Suited for small to large screens.

Shipping with useful features for a refined UX, including:

  • Support for alternating row color
  • Use it with single, multi-line text or custom content
  • Render cards instead of full-width rows
  • Enhance content with images, avatars and icons
  • Built-in support for sorting and ordering
  • Multiple data-source support
  • Load on demand capabilities
  • Top positioned sticy header for segmenting the list
  • Simple to advanced grouping capabilities
  • CRUD with undo functionality
  • Full-blown gesture support
  • Hierarchical listviews with variable depth
  • Multiple theme support



As part of Gesture enabled listview it can be picked up with the Framework and Complete licenses or with the component license.


Listview available for other frameworks.

Viewing demos & code for

jQuery Listview Listview for jQuery and jQuery Mobile

Listview - Basic

Change demo
JQuery Listview demo for creating a simple list of items. Add stripes for alternating background colors of list items.
Copy code

Listview - Content

Change demo
JQuery Listview demo for rendering different types of content. Use it for multi-line text, cards or any content with custom CSS.
Copy code

Listview - Image/Icon/Avatar

Change demo
Image/Icon/Avatar
Download and try example
JQuery Listview image demo for rendering content with regular images, icons and avatars. Customize it with custom CSS.
Copy code

Listview - Selecting items

Change demo
JQuery Listview item selection example. Select a single item or enable multiple selection for batch operations.
Copy code

Listview - Sorting & ordering

Change demo
Sorting & ordering
Download and try example
JQuery Listview reorder demo. Grab and sort from drag handle on the left or right side, or tap/click and hold to sort.
Copy code

Listview - Sticky header

Change demo
JQuery Listview demo with sticky header. List out names or contacts grouped alphabetically with the first letter on top.
Copy code

Listview - Grouping

Change demo
JQuery Listview demo with group headers. Use it to logically segment and group items without creating multiple lists.
Copy code

Listview - Create, Read, Update, Delete

Change demo
Create, Read, Update, Delete
Download and try example
JQuery Listview demo with CRUD operations & swipe actions. Slide right to update and left to delete items.
Copy code

Listview - Remove/Undo

Change demo
JQuery Listview demo with swipe-away delete and built-in undo functionality. Use it for laying out notifications or any data.
Copy code

Listview - Swipe actions

Change demo
JQuery Listview demo with swipe revealing actions. Render an action list or action menu when sliding items left and right.
Copy code

Listview - Hierarchy

Change demo
JQuery Listview with multi-level hierarchy and drill-down interface. Featuring images, icons and text.
Copy code

Listview - Checklist

Change demo
JQuery Drag & Drop checklist/tasklist with swipe actions to add/remove items from todo listview. Sorting is supported.
Copy code

Listview - Filtering

Change demo
JQuery Listview demo with dynamic data and live filtering. Add and remove items on the fly or reload the full list.
Copy code

Listview - Data sources

Change demo
JQuery Listview demo with different ways of getting and passing data. Supporting hardcoded lists, dynamic and remote data.
Copy code

Listview - Load on demand

Change demo
JQuery Listview load on demand demo. Load data from a REST service and populate the list as users scroll content.
Copy code

Listview - Load more

Change demo
JQuery Listview demo with load more button for loading additional items from a REST service. Get and display records from JSON.
Copy code

Listview - Master-detail view

Change demo
Master-detail view
Download and try example

Build a two pane master-detail view with the help of the listview. Use the grid layout to set up the two columns - left side for a list of names, right side for showing the details. If you want to get into the details you could even hide the first column and build a drawer or use a hamburger menu for the master list.

Use the navigation component for the tabs and cards for building the layout of the details view.

Want to learn more about building responsive layouts?  Check out the grid layout →
Copy code

Listview - Event handlers

Change demo
JQuery Listview demo with event hooks for deep integration and custom functionality. With source code.
Clear event log
EVENTS FIRED: 
Copy code

Listview - Quick Navigation

Change demo
JQuery Listview demo with quick access to list segments. Alphabetically group items and provide a tab list for selection.
Copy code

Looking for something you didn't see or have a sales question?
Ask us about it, we're here to help.

Customize & try demos locally
Sign in or start your free trial

What framework are you using?

Javascript
jQuery
AngularJS
Angular
React
Other
Ionic Angular
Email address

Install demo in your app
Follow this quick, two minute install guide
Close window

Step 1.Install the Mobiscroll CLI from npm

Copy command
$ npm install -g @mobiscroll/cli

The CLI makes configuring your apps super simple 👍

Step 2.Run the following command in the root folder of your Ionic project

Copy command
$ mobiscroll config ionic --version=4

You will be prompted to log in with your mobiscroll account. Set your password here

Create an Ionic 3 & Mobiscroll starter with the CLI:

$ mobiscroll start ionic myStarter

Run this command for Ionic 4 & Mobiscroll starter:

$ mobiscroll start ionic-angular myStarter

Step 3.Copy the code into your app.

Copy TS
Copy HTML
Copy CSS
Copy Module

Step 4.Run ionic serve in the root folder of your app 🎉

Copy command
$ ionic serve

And voilà, everything should be running smoothly.

Install demo in your app
Follow this quick, two minute install guide
Close window

Step 1.Install the Mobiscroll CLI from npm

Copy command
$ npm install -g @mobiscroll/cli

The CLI makes configuring your apps super simple 👍

Step 2.Run the following command in the root folder of your Ionic project

Copy command
$ mobiscroll config ionic --version=4

You will be prompted to log in with your mobiscroll account. Set your password here

Run this command for Ionic 5 & React Mobiscroll starter:

$ mobiscroll start react-ionic myStarter

Step 3.Copy the code into your app.

Copy TSX
Copy CSS

Step 4.Run ionic serve in the root folder of your app 🎉

Copy command
$ ionic serve

And voilà, everything should be running smoothly.

Customize & try demos locally
How would you like to do it?
Install demo in your app
Follow this quick, two minute install guide
Close window

Step 1.Install the Mobiscroll CLI from npm

Copy command
$ npm install -g @mobiscroll/cli

The CLI makes configuring your apps super simple 👍

Step 2.Run the following command in the root folder of your Angular project

Copy command
$ mobiscroll config angular --version=4

You will be prompted to log in with your mobiscroll account. Set your password here

Step 3.Copy the code into your app. HTML goes into the markup, TS into Typescript.

Copy TS
Copy HTML
Copy CSS
Copy Module

Step 4.Run ng serve in the root folder of your app 🎉

Copy command
$ ng serve

And voilà, everything should be running smoothly.

Thanks for downloading
Try and customize the app locally

Extract the zip file and run the project like any Ionic app. Make sure to have Ionic CLI installed and open the terminal in the app root folder.

Step 1. Run in root folder
$ npm install
Step 2. Start the app
$ ionic serve

Let us know if we can help and enjoy!

Thanks for downloading
Customize demos locally

Everything is set up so that you can dig in right away and start exploring.

We have set up a trial so that you can try the demos locally.

Extract the zip file and open the demo in your favorite browser. To install Mobiscroll in your project follow instructions from this page.


Let us know if we can help and enjoy! 👍

Thanks for downloading
Customize demos locally

Please extract the zip file and run the project like any Angular CLI app. Make sure to have the Angular CLI installed.

For installation and usage, extract the zip file and open a terminal window and follow these steps.

Step 1. Run in root folder
$ npm install
Step 2. Start the app
$ ng serve --open

Let us know if we can help and enjoy! 👍

Thanks for downloading
Customize demos locally

Everything is set up so that you can dig in right away and start exploring.

We have set up a trial so that you can try the demos locally.

The easiest way to get started is to follow the installation steps and by grabbing the code directly from the demo page. Let us know if we can help and enjoy! 👍

You'll find a fully functional Kitchen-sink Ionic app in the zip file.

Thanks for downloading
Customize demos locally

Everything is set up so that you can dig in right away and start exploring.

We have set up a trial so that you can try the demos locally.

The demos are using Babel's in-browser ES6 and JSX transformer.
Extract the zip file and open the demo in your browser. To install Mobiscroll in your project follow instructions from this page.


Let us know if we can help and enjoy! 👍

Customize & try this demo locally
Sign in or start your free trial

We have to set you up with a trial for this to run 👍

Email address

Need to update your password?
Demos
Theme Select
Mobiscroll
Material
Material Dark
iOS
iOS Dark
Windows
Windows Dark
Language Locale
See other demos and change options
Theme
Locale
See other demos