Changed Packages
+This release bump following packages:
+
+react-bootstrap-table-next@0.1.6
+react-bootstrap-table-editor@0.1.4
+react-bootstrap-table2-filter@0.1.4
+
+Changelog
+Bug fixes
+
+- Fixed includes and find are not supported in IE(#274)
+- Fixed empty table is missing the last cell when row seleciton is enable(#276)
+
+Features
+
+- Allow to configure the default sort direction(#286)
+- Allow to custom the cell editor's style and class(#268)
+
+Enhancements
+
+- Don't render anything if
noDataIndication is not given(#275)
+
+Changed Packages
This release bump following packages:
react-bootstrap-table-next@0.1.5
diff --git a/docs/basic-celledit.html b/docs/basic-celledit.html
index 0790f85..3e971e5 100644
--- a/docs/basic-celledit.html
+++ b/docs/basic-celledit.html
@@ -41,13 +41,16 @@
- Column Level (Configure column.editable as bool value)
- Cell Level (Configure column.editable as a callback function)
-Customize Style/Class
-Currently, we only support the editing cell style/class customization, in the future, we will offer more customizations.
Editing Cell
+Editor
+
Validation
column.validator will help you to work on it!
\ No newline at end of file
diff --git a/docs/column-props.html b/docs/column-props.html
index 02b75b5..b78e9cb 100644
--- a/docs/column-props.html
+++ b/docs/column-props.html
@@ -37,6 +37,8 @@
validator
editCellStyle
editCellClasses
+
editorStyle
+
editorClasses
filter
filterValue
@@ -424,6 +426,10 @@ overwrited when other props related to HTML attributes were given.
}
}
+
column.editorStyle - [Object | Function]
+
This is almost same as column.editCellStyle, but column.editorStyle is for custom the style on editor instead of cell(td).
+
column.editorClasses - [String | Function]
+
This is almost same as column.editCellClasses, but column.editorClasses is for custom the class on editor instead of cell(td).
column.filter - [Object]
Configure column.filter will able to setup a column level filter on the header column. Currently, react-bootstrap-table2 support following filters:
diff --git a/docs/table-props.html b/docs/table-props.html
index 2c98824..56bcaf8 100644
--- a/docs/table-props.html
+++ b/docs/table-props.html
@@ -29,6 +29,7 @@
- rowClasses
- rowEvents
- defaultSorted
+- defaultSortDirection
- pagination
- filter
- onTableChange
@@ -138,6 +139,8 @@ When loading is true, react-bootstrap-table2'desc'
}];
+defaultSortDirection - [String]
+Default sort direction when user click on header column at first time, available value is asc and desc. Default is desc.
pagination - [Object]
pagination allow user to render a pagination panel on the bottom of table. But pagination functionality is separated from core of react-bootstrap-table2 so that you are suppose to install react-bootstrap-table2-paginator additionally.
$ npm install react-bootstrap-table2-paginator --save
diff --git a/sitemap.xml b/sitemap.xml
index a4a4230..a863c4c 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -3,6 +3,7 @@
https://react-bootstrap-table.github.io/help.html weekly 0.5
https://react-bootstrap-table.github.io/index.html weekly 0.5
https://react-bootstrap-table.github.io/users.html weekly 0.5
+ https://react-bootstrap-table.github.io/blog/2018/04/01/version-bump.html weekly 0.3
https://react-bootstrap-table.github.io/blog/2018/03/19/version.bump.html weekly 0.3
https://react-bootstrap-table.github.io/blog/2018/03/06/version-bump.html weekly 0.3
https://react-bootstrap-table.github.io/blog/2018/02/14/version-bump.html weekly 0.3
diff --git a/storybook/iframe.html b/storybook/iframe.html
index 298bdf9..2d80cff 100644
--- a/storybook/iframe.html
+++ b/storybook/iframe.html
@@ -17,5 +17,5 @@
-
+