Under certain scenarios, we are experiencing the Date picker getting visually clipped (or overflowing its container).
In this example, a date column is the last in the table, and the table itself has width constraints applied. The resulting date picker ends up overflowing its container and causes a horizontal scrollbar in the browser.
Please see this JSfiddle (you may need to reduce the size of the output pane to emulate the issue):
https://jsfiddle.net/Blakeyg/164havp3/44/
ideally, HoT would determine if there is available screen space and set the anchor/orientation point for the date picker as bottom-right of the cell rather than bottom-left.
Any help appreciated, thanks.