Results 4 issues of zhan8863

the example https://autodesk.github.io/react-base-table/examples/detail-view How to solve the display problem caused by using both frozen column and detail view

为了配合Form的表单校验,需要增加 onClosePanel 类似的函数 模拟onBlur ,以实现 在未选择值的前提下 ,可以触发一些逻辑

enhancement
3.x
comp:datepicker

期望增加 横向滚动条永远显示在视野范围内 原因:由于项目表格的列数很多,所以table必然会出现横向滚动条。然而如果页面本身内容较多,出现纵向的滚动条,就会出现需要先滚动到表格底部(table的横向滚动条默认在容器底部),才能进行左右的拉动,这给部分用户(没有触控手势操作)带来了不便。 其功能类似于:[rsuite-table](https://table.rsuitejs.com/#affix-horizontal-scrollbar) 中 的affixHorizontalScrollbar属性

enhancement
comp:table