Closed fengelniederhammer closed 6 months ago
Currently, the date range selector emits events where the values are hardcoded:
CustomEvent<{ dateFrom: string; dateTo: string; }>
Make this configurable, so that date columns of arbitrary names can be targeted.
Currently, the date range selector emits events where the values are hardcoded:
Make this configurable, so that date columns of arbitrary names can be targeted.