Changed Packages
+This release bump following packages:
+
+react-bootstrap-table-next@0.1.8
+react-bootstrap-table2-filter@0.1.6
+
+Changelog
+Bug fixes
+
+Features
+
+- Programmtically Filters(#287)
+
+Enhancements
+
+- Pass event object to
selectRow.onSelect and selectRow.onSelectAll.(#304)
+
+Changed Packages
This release bump following packages:
react-bootstrap-table-next@0.1.6
diff --git a/docs/column-props.html b/docs/column-props.html
index 85d625b..141c671 100644
--- a/docs/column-props.html
+++ b/docs/column-props.html
@@ -75,6 +75,11 @@ dataField: 'address.city'
rowIndex
formatExtraData
+
+Attention:
+Don't use any state data or any external data in formatter function, please pass them via formatExtraData.
+In addition, please make formatter function as pure function as possible as you can.
+
column.headerFormatter - [Function]
headerFormatter allow you to customize the header column and only accept a callback function which take three arguments and a JSX/String are expected for return.
diff --git a/docs/export-csv-props.html b/docs/export-csv-props.html
index bf091ed..069ec21 100644
--- a/docs/export-csv-props.html
+++ b/docs/export-csv-props.html
@@ -13,6 +13,7 @@
- separator
- ignoreHeader
- noAutoBOM
+- exportAll
Example
<ToolkitProvider
@@ -38,4 +39,6 @@
Default is false. Give true to avoid to attach the csv header.
exportCSV.noAutoBOM - [bool]
Default is true.
+exportCSV.exportAll - [bool]
+Default is true. false will only export current display data on table.
\ No newline at end of file
diff --git a/sitemap.xml b/sitemap.xml
index e720770..3ce6ae2 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/08/12/version-bump.html weekly 0.3
https://react-bootstrap-table.github.io/blog/2018/08/04/version-bump.html weekly 0.3
https://react-bootstrap-table.github.io/blog/2018/08/01/version-bump.html weekly 0.3
https://react-bootstrap-table.github.io/blog/2018/07/28/version-bump.html weekly 0.3
diff --git a/storybook/iframe.html b/storybook/iframe.html
index 045792d..ccb9e5b 100644
--- a/storybook/iframe.html
+++ b/storybook/iframe.html
@@ -23,6 +23,6 @@
-
+