The ResponsiveDialogRenderer
module is used to render the responsive dialogs.
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
Function to show the responsive dialog
Parameter | Type | Description |
---|---|---|
col (optional) | Column |
specifies the column |
Returns void