Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What is the use of Ext.panel.Table in Ext.js4.2.1

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly shows you "what is the use of Ext.panel.Table in Ext.js4.2.1", the content is simple and clear, hoping to help you solve your doubts, the following let the editor lead you to study and learn "what is the use of Ext.panel.Table in Ext.js4.2.1" this article.

One: description

TabelPanel is the base class for TreePanel and GridPanel and consists of the following parts:

1. A Selection Model

two。 A View

3. A Store

4. Scrollers

5. Ext.grid.header.Container

Two: Config

Essential elements for 1.store, which grid uses as data source

2.columnLines: Boolean

3.columnWidth

4.columns defines all the columns that appear in grid, or you can define it through HeaderContainer

Such as:

Columns: {

Items: [

{

Text: "Column A"

DataIndex: "field_A"

}, {

Text: "Column B"

DataIndex: "field_B"

}

...

]

Defaults: {

Flex: 1

}

}

5.region specifies "north" / "south" / "east" / "west" / "center" in border layout

6.scroll scrolls' both', 'horizontal' or' vertical'

7.viewConfig sets the UI of grid

The above is all the content of this article "what is the use of Ext.panel.Table in Ext.js4.2.1?" Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report