title | tags | created | modified | ||
---|---|---|---|---|---|
docs-ag-grid-features-extensions |
|
2020-08-25T13:52:05.478Z |
2020-09-23T05:47:02.075Z |
- Filtering
- Set Filter
- Multi Filter
- Grouping
- Row Grouping
- Aggregation
- Pivoting
- Tree Data
- Master/Detail
- Range Selection
- Range Handle
- Fill Handle
- I/O
- Export Excel
- Clipboard
- Accessories/Extensions
- Tool Panel
- Side Bar
- Columns Tool Panel
- Filters Tool Panel
- Column Menu
- Context Menu
- Status Bar
- Tool Panel
- Charts
- Range Chart
- Pivot Chart
- Chart Toolbar
-
Row
- Row Sorting
- Row Selection
- Row Spanning
- Row Pinning
- Row Height
- Full Width Rows
- 不推荐使用本功能,推荐使用最新的Master/Detail
- Row Animation
- Row Dragging
- External DropZone
- Grid to Grid
-
Column
- Column Filter
- Custom Filter
- Column Pinning
- Column Groups
- Column Moving
- Column Resizing
-
Filtering
- Column Filters
- Simple Column Filters: Text,Number,Date
- Floating Filters
- Custom Filter
- External Filter
- Quick Filter
- Column Filters
-
Rendering
- Cell Content
- Cell Rendering
- View Refresh
- Flashing Cells
- Change Detection
-
Editing
- Cell Editing
- Provided Editors
- Undo/Redo Edits
-
Scrolling
- Row Pagination
- Aligned Grids
- DOM Virtualisation
- Scrolling Performance
-
Accessibility
- Keyboard Navigation
- Touch Support
- Localization
- RTL
-
Charts
- Pie/Line/Bar/Histogram/Area/Scatter
- layout/axes/legend/theme/tooltip
- Styling Rows/Cells
- Theming
- Grid Size
- Custom Icons
- Animation
- Cell Rendering
- Cell Styling
- Column Headers
- Column Spanning
- Overlays
- Row Models
- ClientSideRowModel
- InfiniteRowModel
- Accessing Data
- Change Detection
- Expressions
- Reference Data
- Setters and Parsers
- Value Getters & Value Formatters
- Updating Data
- Single Row/Cell
- Transactions
- High Frequency
- Value Cache
- Value Handlers
- View Refresh
- Context
- Immutable Data
- I/O
- Drag & Drop
- export csv
- Printing
- Tool Panels are panels that sit in the Side Bar to the right of the grid.
- The Side Bar allows access to the tool panels via buttons that work like tabs.
- At present, there are two overlays for the grid:
- Loading: Gets displayed when the grid is loading data.
- No Rows: Gets displayed when loading has complete but no rows to show.
- The grid manages showing and hiding of the overlays for you, so you may not ever need to call the above API methods.
- When the table is first initialized, the loading panel is displayed if rowData is set to
null
orundefined
. - When the api function
setRowData
is called, the loading panel is hidden.
- When the table is first initialized, the loading panel is displayed if rowData is set to