diff --git a/docs/about.html b/docs/about.html index dc33078..acd61f4 100644 --- a/docs/about.html +++ b/docs/about.html @@ -15,4 +15,7 @@
  • Support nest data
  • Support table footer
  • +
    +

    Due to react-bootstrap-table2 already taked on npm so that our npm module name is react-bootstrap-table-next. Anyway, we still use or mention react-bootstrap-table2 in any our git repository, offical website and documents!!, ony the npm name is different!!!!

    +
    Getting Started →
    \ No newline at end of file diff --git a/docs/basic-celledit.html b/docs/basic-celledit.html index e3580c0..07b28fc 100644 --- a/docs/basic-celledit.html +++ b/docs/basic-celledit.html @@ -45,7 +45,7 @@

    Editing Cell

    Validation

    column.validator will help you to work on it!

    diff --git a/docs/basic-pagination.html b/docs/basic-pagination.html index 48101ab..6c8795e 100644 --- a/docs/basic-pagination.html +++ b/docs/basic-pagination.html @@ -10,6 +10,13 @@

    Install

    $ npm install react-bootstrap-table2-pagination --save
     
    +

    Add CSS

    +
    // es5 
    +require('react-bootstrap-table2-paginator/dist/react-bootstrap-table2-paginator.min.css');
    +
    +// es6
    +import 'react-bootstrap-table2-paginator/dist/react-bootstrap-table2-paginator.min.css';
    +

    How

    Let's enable a pagination on your table:

    import paginator from 'react-bootstrap-table2-paginator';
    diff --git a/docs/getting-started.html b/docs/getting-started.html
    index c4fccf2..759f213 100644
    --- a/docs/getting-started.html
    +++ b/docs/getting-started.html
    @@ -5,7 +5,10 @@
                 nav.classList.toggle('docsSliderActive');
               };
             

    Getting Started

    Installation

    -
    $ npm install react-bootstrap-table2 --save
    +
    +

    Due to react-bootstrap-table2 already taked on npm so that our npm module name is react-bootstrap-table-next. Anyway, we still use or mention react-bootstrap-table2 in any our git repository, offical website and documents!!, ony the npm name is different!!!!

    +
    +
    $ npm install react-bootstrap-table-next --save
     

    Add CSS

    @@ -13,13 +16,13 @@

    Finish above step, let's add the react-bootstrap-table2 styles:

    // es5 
    -require('react-bootstrap-table/dist/react-bootstrap-table2.min.css');
    +require('react-bootstrap-table-next/dist/react-bootstrap-table2.min.css');
     
     // es6
    -import 'react-bootstrap-table/dist/react-bootstrap-table2.min.css';
    +import 'react-bootstrap-table-next/dist/react-bootstrap-table2.min.css';
     

    Your First Table

    -
    import BootstrapTable from 'react-bootstrap-table2';
    +
    import BootstrapTable from 'react-bootstrap-table-next';
     
     const products = [ ... ];
     const columns = [{
    diff --git a/index.html b/index.html
    index 731cf6e..ebd0ce8 100644
    --- a/index.html
    +++ b/index.html
    @@ -1,4 +1,4 @@
    -react-bootstrap-table2 · Next Generation of react-bootstrap-table