Ken Redler

Results 3 issues of Ken Redler

Edition: Enterprise Version: 4.1.24 Repro case can be observed directly on the ReactDataGrid.io demo page: 1. Visit https://reactdatagrid.io/demo 2. Type the digit `1` into the date filter for the Date...

A convenient way to apply custom styling with `react-datepicker` is to wrap the `` component using the popular `styled-components` library. For example: ``` const Wrapper = styled.div` .react-datepicker { box-shadow:...

Using the enterprise version of ReactDataGrid, I have cells that contain a control that pops up a menu. The issue is that the menu pops up "inside" the cell, most...