JQuery MiniUI development tutorial TreeGrid creates TreeGrid (1)

Source: Internet
Author: User

Reference example: TreeGrid creates TreeGrid <div id = "treegrid1" class = "mini-treegrid" style = "width: 600px; height: 280px;" url = ".. /data/tasks.txt "showTreeIcon =" true "treeColumn =" taskname "idField =" UID "parentField =" ParentTaskUID "resultAsTree =" false "> <div property =" columns "> <div type = "indexcolumn"> </div> <div name = "taskname" field = "Name" width = "200"> Task name </div> <div field =" duration "width =" 100 "> Duration </div> <div field =" S Tart "width =" 100 "dateFormat =" yyyy-MM-dd "> Start date </div> <div field =" Finish "width =" 100 "dateFormat =" yyyy- MM-dd "> completion date </div> note: idField, parentField, and resultAsTree attributes. Data Structure: The data structure returned by the list through the url is as follows: [{id: "base", text: "Base", expanded: false}, {id: "ajax", text: "Ajax", pid: "base" },{ id: "json", text: "JSON", pid: "base" },.....] the id and pid correspond to the parent-child relationship. Columns configure the TreeGrid column, similar to the DataGrid. Refer to the following:

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.