PeriodRangePicker()
Home > @gooddata/sdk-ui-filters > PeriodRangePicker
PeriodRangePicker() function
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
A grid picker for selecting a Week/Month/Quarter/Year period range. Renders the rc-picker panel matching IPeriodRangePickerProps.granularity and reports the resolved day-level range via onRangeChange.
Signature:
export declare function PeriodRangePicker(props: IPeriodRangePickerProps): import("react/jsx-runtime").JSX.Element;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
props |
Returns:
import("react/jsx-runtime").JSX.Element