Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions jsp/ListView/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: getting started
description: getting started
title: Getting started with JSP ListView
description: Learn here more about getting started with Syncfusion Essential JSP ListView control, its elements, and more.
platform: js
control: Control Name undefined
documentation: ug
---

## Getting Started
# Getting Started with JSP ListView

This section helps to understand the getting started of the Essential JSP ListView with the step-by-step instructions.

Expand Down Expand Up @@ -72,7 +72,7 @@ Run the above code to render the following output.



![](gettingstarted_images\createanlistview_img1.png)
![JSP ListView Createan Getting Started](gettingstarted_images\createanlistview_img1.png)


### Data binding
Expand Down Expand Up @@ -153,7 +153,7 @@ Run the above code to render the following output.



![](gettingstarted_images\databinding_img1.png)
![JSP ListView Data Binding](gettingstarted_images\databinding_img1.png)


### Add Header
Expand All @@ -175,7 +175,7 @@ Run the above code to render the following output.



![](gettingstarted_images\addheader_img1.png)
![[JSP ListView Add Header](gettingstarted_images\addheader_img1.png)

Note: You can find the ListView properties from the [API reference](https://help.syncfusion.com/api/js/ejlistview) document

Expand Down