You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PHP/Grid/Overview.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
---
2
2
layout: post
3
3
title: Overview with Grid widget for Syncfusion Essential PHP
4
-
description: Learn here all about Overview of Syncfusion Essential PHP Grid Control, its elements, features, and more.
4
+
description: Overview for Grid
5
5
platform: php
6
6
control: Grid
7
7
documentation: ug
8
8
---
9
-
# Overview of Syncfusion PHP Grid
9
+
# Overview
10
10
11
11
The Grid control for PHP is an efficient display engine for tabular data. It will pull data from a datasource, such as array of JSON objects, OData web services, or `DataManager`, binding data fields to columns and displaying a column header to identify the field. It is a feature-rich control that provides extensive appearance customization options with support for grouped records. This Grid is very useful for generating complex grid-based reports with rich formatting. The most important features available in the Grid control for PHP are paging, sorting, filtering, searching, grouping, and editing.
0 commit comments