ResponsiveDialogRenderer
12 Sep 20251 minute to read
The ResponsiveDialogRenderer module is used to render the responsive dialogs.
Methods
renderResponsiveHeader
Function to render the responsive header
| Parameter | Type | Description |
|---|---|---|
| col | Column |
specifies the column |
| args (optional) | ResponsiveDialogArgs |
specifies the responsive dialog arguments |
| isCustomFilter (optional) | boolean |
specifies whether it is custom filter or not |
Returns HTMLElement | string
showResponsiveDialog
Function to show the responsive dialog
| Parameter | Type | Description |
|---|---|---|
| col (optional) | Column |
specifies the filter column |
| column (optional) | Column |
specifies the menu column |
Returns void