diff --git a/blog/2018/01/24/new-version-0.1.0.html b/blog/2018/01/24/new-version-0.1.0.html index 62ecb30..003ba98 100644 --- a/blog/2018/01/24/new-version-0.1.0.html +++ b/blog/2018/01/24/new-version-0.1.0.html @@ -51,4 +51,4 @@

Feel free to open issues to ask any questions.

Regards,
Allen Fang

-
Recent Posts
\ No newline at end of file +
Recent Posts
\ No newline at end of file diff --git a/blog/2018/01/24/release-plan.html b/blog/2018/01/24/release-plan.html index d60a0c9..cb0bcf1 100644 --- a/blog/2018/01/24/release-plan.html +++ b/blog/2018/01/24/release-plan.html @@ -78,4 +78,4 @@
  • Sticky Header
  • Frozen Column
  • -
    Recent Posts
    \ No newline at end of file +
    Recent Posts
    \ No newline at end of file diff --git a/blog/index.html b/blog/index.html index e844652..3f84363 100644 --- a/blog/index.html +++ b/blog/index.html @@ -125,4 +125,4 @@

    Feel free to open issues to ask any questions.

    Regards,
    Allen Fang

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/docs/about.html b/docs/about.html index cd89d18..dc33078 100644 --- a/docs/about.html +++ b/docs/about.html @@ -15,4 +15,4 @@
  • Support nest data
  • Support table footer
  • -
    Getting Started →
    \ No newline at end of file +
    Getting Started →
    \ No newline at end of file diff --git a/docs/basic-celledit.html b/docs/basic-celledit.html index fdf4f2d..e3580c0 100644 --- a/docs/basic-celledit.html +++ b/docs/basic-celledit.html @@ -49,4 +49,4 @@

    Validation

    column.validator will help you to work on it!

    -
    ← Column FilterPagination →
    \ No newline at end of file +
    ← Column FilterPagination →
    \ No newline at end of file diff --git a/docs/basic-column.html b/docs/basic-column.html index 28dcb13..0956cbe 100644 --- a/docs/basic-column.html +++ b/docs/basic-column.html @@ -34,4 +34,4 @@
  • column.headerTitle
  • column.headerAlign
  • -
    ← Work on RowTable Sort →
    \ No newline at end of file +
    ← Work on RowTable Sort →
    \ No newline at end of file diff --git a/docs/basic-filter.html b/docs/basic-filter.html index a4f20ea..3ddab49 100644 --- a/docs/basic-filter.html +++ b/docs/basic-filter.html @@ -44,4 +44,4 @@ // omit... -
    ← Row SelectionCell Edit →
    \ No newline at end of file +
    ← Row SelectionCell Edit →
    \ No newline at end of file diff --git a/docs/basic-pagination.html b/docs/basic-pagination.html index 1892c90..48101ab 100644 --- a/docs/basic-pagination.html +++ b/docs/basic-pagination.html @@ -19,4 +19,4 @@

    Customization

    See pagination props

    -
    ← Cell EditRemote Table →
    \ No newline at end of file +
    ← Cell EditRemote Table →
    \ No newline at end of file diff --git a/docs/basic-remote.html b/docs/basic-remote.html index 09664e1..85cb8e2 100644 --- a/docs/basic-remote.html +++ b/docs/basic-remote.html @@ -22,4 +22,4 @@ it's only way that table give fully control to you

    Because, sort and filter need to work on overall data. In the remote pagination, react-bootstrap-table2 doesn't know all the data, only have the data on current page. So that's why you need to handle the remote filtering or sorting also.

    You can see this example to see how it work for above case.

    A good news is we are consider to easing this limitation through partial sorting/filtering on current page.

    -
    ← PaginationRemote Loading/Overlay →
    \ No newline at end of file +
    ← PaginationRemote Loading/Overlay →
    \ No newline at end of file diff --git a/docs/basic-row-select.html b/docs/basic-row-select.html index 8822ac8..bbf63f5 100644 --- a/docs/basic-row-select.html +++ b/docs/basic-row-select.html @@ -23,4 +23,4 @@ Coming Soon!

    Event Listening

    selectRow.onSelect allow you to listen a row is select or unselect. For the multiple selection, we also have selectRow.onSelectAll to listen the select/unselect all event.

    -
    ← Table SortColumn Filter →
    \ No newline at end of file +
    ← Table SortColumn Filter →
    \ No newline at end of file diff --git a/docs/basic-row.html b/docs/basic-row.html index 3108b38..a1afc4b 100644 --- a/docs/basic-row.html +++ b/docs/basic-row.html @@ -18,4 +18,4 @@

    Row Attributes

    Coming Soon!

    -
    ← Getting StartedWork on Column →
    \ No newline at end of file +
    ← Getting StartedWork on Column →
    \ No newline at end of file diff --git a/docs/basic-sort.html b/docs/basic-sort.html index 40c3b92..e0c05c7 100644 --- a/docs/basic-sort.html +++ b/docs/basic-sort.html @@ -50,4 +50,4 @@

    There're two way you can change or prettify the header when sorting: headerSortingClasses and headerSortingStyle

    Custom the Sort Caret

    Coming Soon!

    -
    ← Work on ColumnRow Selection →
    \ No newline at end of file +
    ← Work on ColumnRow Selection →
    \ No newline at end of file diff --git a/docs/cell-edit-props.html b/docs/cell-edit-props.html index 84583bf..de20907 100644 --- a/docs/cell-edit-props.html +++ b/docs/cell-edit-props.html @@ -45,4 +45,4 @@

    This prop is not often used. Only used when you want to keep the error message in your application state and also handle the cell editing on remote mode.

    cellEdit.onErrorMessageDisappear - [Function]

    This callback function will be called when error message discard so that you can sync the newest error message to your state if you have.

    -
    ← Columns PropsPagination Props →
    \ No newline at end of file +
    ← Columns PropsPagination Props →
    \ No newline at end of file diff --git a/docs/column-props.html b/docs/column-props.html index 9890546..e40f499 100644 --- a/docs/column-props.html +++ b/docs/column-props.html @@ -446,4 +446,4 @@ overwrited when other props related to HTML attributes were given.

    filterValue: (cell, row) => owners[cell] } -
    ← BootstrapTable PropsCell Editing Props →
    \ No newline at end of file +
    ← BootstrapTable PropsCell Editing Props →
    \ No newline at end of file diff --git a/docs/filter-props.html b/docs/filter-props.html index 8c8b7ec..9c8ca37 100644 --- a/docs/filter-props.html +++ b/docs/filter-props.html @@ -5,4 +5,4 @@ nav.classList.toggle('docsSliderActive'); };

    Column Filter Props

    No Any Available Props Yet

    -
    \ No newline at end of file +
    ← Row Selection Props
    \ No newline at end of file diff --git a/docs/getting-started.html b/docs/getting-started.html index 8e72e2c..c4fccf2 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -36,4 +36,4 @@ export default () => <BootstrapTable keyField='id' data={ products } columns={ columns } /> -
    ← react-bootstrap-table2Work on Row →
    \ No newline at end of file +
    ← react-bootstrap-table2Work on Row →
    \ No newline at end of file diff --git a/docs/overlay.html b/docs/overlay.html index 7c3967d..d26cb41 100644 --- a/docs/overlay.html +++ b/docs/overlay.html @@ -12,4 +12,4 @@

    Loading Table

    In the most of case for remote mode, you need the loading animation to tell the user the table is loading or doing some action in the background. Hence, you can lervarge overlay prop.

    Here is also a example for overlay

    -
    ← Remote Table
    \ No newline at end of file +
    ← Remote Table
    \ No newline at end of file diff --git a/docs/pagination-props.html b/docs/pagination-props.html index 33f67dc..1ccd2d4 100644 --- a/docs/pagination-props.html +++ b/docs/pagination-props.html @@ -94,4 +94,4 @@
  • page
  • sizePerPage
  • -
    ← Cell Editing PropsRow Selection Props →
    \ No newline at end of file +
    ← Cell Editing PropsRow Selection Props →
    \ No newline at end of file diff --git a/docs/row-select-props.html b/docs/row-select-props.html index 807f059..c267f26 100644 --- a/docs/row-select-props.html +++ b/docs/row-select-props.html @@ -134,4 +134,4 @@ bgColor: 'red' }; -
    ← Pagination PropsColumn Filter Props →
    \ No newline at end of file +
    ← Pagination PropsColumn Filter Props →
    \ No newline at end of file diff --git a/docs/table-props.html b/docs/table-props.html index f29040c..e54dd65 100644 --- a/docs/table-props.html +++ b/docs/table-props.html @@ -224,4 +224,4 @@ When loading is true, react-bootstrap-table2 -
    Columns Props →
    \ No newline at end of file +
    Columns Props →
    \ No newline at end of file diff --git a/docs/usage.html b/docs/usage.html index 6f93032..d059745 100644 --- a/docs/usage.html +++ b/docs/usage.html @@ -1,3 +1,3 @@ document number 2 · react-bootstrap-table2
    \ No newline at end of file +
    \ No newline at end of file diff --git a/en/help.html b/en/help.html index 7168e5b..99a7218 100644 --- a/en/help.html +++ b/en/help.html @@ -3,5 +3,5 @@

    Join the community

    Ask questions about the documentation and project

    Stay up to date

    -

    Find out what's new with this project

    -
    \ No newline at end of file +

    Find out what's new with this project

    +
    \ No newline at end of file diff --git a/en/index.html b/en/index.html index de3ac92..ba6379b 100644 --- a/en/index.html +++ b/en/index.html @@ -6,4 +6,4 @@

    Satisfy for Redux/Mobx or any other state management tool.

    react-bootstrap-table2

    Intuitive to use.
    Compatitable for Bootstrap 3 and 4.
    Better than legacy react-bootstrap-table2!!

    -
    \ No newline at end of file +
    \ No newline at end of file diff --git a/en/users.html b/en/users.html index ab7f6b6..0cd2659 100644 --- a/en/users.html +++ b/en/users.html @@ -1 +1 @@ -react-bootstrap-table2 · Next Generation of react-bootstrap-table
    \ No newline at end of file +react-bootstrap-table2 · Next Generation of react-bootstrap-table
    \ No newline at end of file diff --git a/help.html b/help.html index b69f477..8ebdc2b 100644 --- a/help.html +++ b/help.html @@ -3,5 +3,5 @@

    Join the community

    Ask questions about the documentation and project

    Stay up to date

    -

    Find out what's new with this project

    -
    \ No newline at end of file +

    Find out what's new with this project

    +
    \ No newline at end of file diff --git a/index.html b/index.html index 1033eda..731cf6e 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ -react-bootstrap-table2 · Next Generation of react-bootstrap-table
    \ No newline at end of file +
    \ No newline at end of file diff --git a/users.html b/users.html index 0321602..c0fedd4 100644 --- a/users.html +++ b/users.html @@ -1 +1 @@ -react-bootstrap-table2 · Next Generation of react-bootstrap-table
    \ No newline at end of file +react-bootstrap-table2 · Next Generation of react-bootstrap-table
    \ No newline at end of file