You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix validation is ignored when tab out of a cell to the next cell([1a6ca0a](https://github.com/AllenFang/react-bootstrap-table/commit/1a6ca0af7559f4cbbbf5e54715c2e25ebce5b852))
5
+
6
+
## Enhancement
7
+
* Able to remove the empty option on select and number filter([61a2d8c](https://github.com/AllenFang/react-bootstrap-table/commit/61a2d8cc6811fe470a68313a80a5c31ec1fce05c))
8
+
* Use `filter.withoutEmptyOption` on `TableHeaderColumn` for select filter.
9
+
* Use `filter.withoutEmptyNumberOption` on `TableHeaderColumn` for number filter.
10
+
* Use `filter.withoutEmptyComparatorOption` on `TableHeaderColumn` for number filter.
11
+
12
+
## Features
13
+
* Support `defaultASC` on `TableHeaderColumn` for specifing ASC order when sorting on column first time([fec241d](https://github.com/AllenFang/react-bootstrap-table/commit/fec241d11e7a2351d7070a4cc6afaed1ba3d4ec2))
0 commit comments