Advanced Data Grid
This example has not yet been developed. Development is described in issue 155.
This implementation of the 설계 패턴 for grid demonstrates how to implement a grid that has functionality similar to a spreadsheet.
유사한 예는 다음과 같습니다:
- Data Grid Examples: Three example implementations of grid that include features relevant to presenting tabular information, such as content editing, sort, and column hiding.
- Layout Grid Examples: Three example implementations of grids that are used to lay out widgets, including a collection of navigation links, a message recipients list, and a set of search results.
Example
This is the place where the reader will experience the functioning example.
- The HTML in this section along with the javascript and CSS it uses demonstrate the 설계 패턴.
- When developing an example implementation for this guide, please follow the APG example coding guidelines .
접근성 특성
Please replace this content with a list of accessibility features demonstrated in this implementation, such as:
- ARIA roles
- property and state information
- Event handlers
tabindex
values
키보드 지원
- KEY_NAME: function
- KEY_NAME: function
Role, Property, State, Tabindex 어트리뷰트
Attribute | Applied to Element | Usage |
---|---|---|
role="ROLE_NAME" |
HTML_ELEMENT |
Brief explanation of usage, purpose, benefit, and/or guidance that is relevant to this specific implementation. |
aria-labelledby="ID_REF"
|
HTML_ELEMENT |
Brief explanation of usage, purpose, benefit, and/or guidance that is relevant to this specific implementation. |
And so on ... covering all relevant attributes | ... | ... |
Javascript와 CSS 소스 코드
- CSS:
- Javascript:
HTML Source Code