xmlplus is a JavaScript framework for rapid development of front-end and back-end projects. This article mainly introduces the xmlplus grid in the xmlplus component design series, which has certain reference value. Interested friends can refer to this chapter. We are going to implement a grid component, which in addition to the most basic data display In addition to the functions, it also provides sorting and data filtering functions. Data source In order to test the grid component we are about to write, we use a data source in the following format. This data source contains two parts, namely the header data set and the table body data set. The final number of columns in the grid component instance is determined by the length of the header data set. var data = { gridColumns: ['name', 'power'], gridData: [ { name: 'Chuck Norris', p
1. Introduction to JavaScript framework (xmlplus) components (10) Grid (DataGrid)
Introduction: xmlplus is a JavaScript framework for rapid development of front-end and back-end projects. This article mainly introduces the xmlplus grid in the xmlplus component design series, which has certain reference value. Interested friends can refer to
2. JavaScript Framework ( Introduction to xmlplus) components (nine) Tree
##Introduction: xmlplus is a JavaScript framework. Used for rapid development of front-end and back-end projects. This article mainly introduces the tree of xmlplus component design series, which has certain reference value. Interested friends can refer to
3. JavaScript Framework (xmlplus) Introduction to components (8) DividedBox
##Introduction: xmlplus is a JavaScript framework that uses For rapid development of front-end and back-end projects. This article mainly introduces the separation box of the xmlplus layout component, which has certain reference value. Interested friends can refer to
4.
JavaScript Framework (xmlplus ) Introduction to components (7) Routing (ViewStack)
## Introduction: xmlplus is a JavaScript framework, used For rapid development of front-end and back-end projects. This article mainly introduces the process of xmlplus component design series, which has certain reference value. Interested friends can refer to
5.
JavaScript Framework (xmlplus) Introduction to components (6) Pull-down refresh (PullRefresh)##Introduction: xmlplus is a JavaScript framework that uses For rapid development of front-end and back-end projects. This article mainly introduces the tabs of the xmlplus component design series, which has certain reference value. Interested friends can refer to
6. JavaScript Framework (xmlplus ) Introduction to components (5) Tabbar
##Introduction: xmlplus is a JavaScript framework. Used for rapid development of front-end and back-end projects. This article mainly introduces the tabs of the xmlplus component design series, which has certain reference value. Interested friends can refer to
7. JavaScript Framework (xmlplus ) Introduction to components (4) List
Introduction: xmlplus is a JavaScript framework used for rapid development of front-end and back-end projects. This article mainly introduces the list of xmlplus component design series, which has certain reference value. Interested friends can refer to
8. JavaScript Framework (xmlplus) Introduction to components (3) TextBox (TextBox)
##Introduction: xmlplus is a JavaScript framework that uses For rapid development of front-end and back-end projects. This article mainly introduces the text box of the xmlplus component design series, which has certain reference value. Interested friends can refer to
9. JavaScript Framework (xmlplus ) Introduction to components (2) Button
##Introduction: xmlplus is a JavaScript framework for rapid development Front-end and back-end projects. This article mainly introduces the buttons of the xmlplus component design series, which has certain reference value. Interested friends can refer to
10.
JavaScript Framework (xmlplus) Introduction to components (1) Icon (ICON)
## Introduction: xmlplus is a JavaScript framework for Rapidly develop front-end and back-end projects. This article mainly introduces the introduction of JavaScript framework (xmlplus) components (1) icon (ICON), which has certain reference value. Interested friends can refer to
【 Related Q&A recommendations]:
The above is the detailed content of 10 recommended articles about xmlplus. For more information, please follow other related articles on the PHP Chinese website!