Building Custom Components
Summary
- AdapTable Vanilla lets you extend the UI with bespoke content via
renderfunctions and AdapTable Forms - Each Custom Component has its own guide under UI Components with vanilla DevSteps and demos
The AdapTable UI, and associated components, is designed to be fully extensible.
Note
We expect developers to add additional, bespoke components to meet their requirements
You can add the following custom components using TypeScript and HTML returned from render callbacks.
| Custom Component | UI guide |
|---|---|
| Dashboard Toolbars | Custom Toolbars |
| Tool Panels | Custom Tool Panels |
| Settings Panels | Custom Settings Panels |
| Column Menu Items | Custom Column Menu Items |
| Context Menu Items | Custom Context Menu Items |
| Windows | Custom Popups |
| Progress Indicators | Custom Progress Indicators |
Note
- These pages use the Vanilla framework picker setting to see the
render-based workflow - For AdapTable React, Angular, or Vue change the Framework Picker in the header as required