Skip to main content
Version: v11.6.2

Creating an Employee List grouped by City

You can use the List widget to list data from a database. There are various flavors to the List. Here we will be using the Group by property to categorize the List Items based upon a field. We will be building a page to list Employee list grouped by city they live in.

Pre-requisites:

  1. Create a web responsive app
  2. Create a page to hold the list
  3. Import Sample DB

List Use Cases