react-bootstrap-table2/packages/react-bootstrap-table2-example/examples/row-selection
Patrick O'Meara 42dbd00fd9 fix#264: wrong col span when enable selection in a empty table (#265)
* noDataIndication

* use the correct amount of cells when the first row is select
* storybook added for development, not necessary in docs

fixes react-bootstrap-table/react-bootstrap-table2#264

* eslint complaints

  4:11  error  'columnLen' is never reassigned. Use 'const' instead                   prefer-const
  7:9   error  Expected an assignment or function call and instead saw an expression  no-unused-expressions

* tests updated
2018-03-25 16:36:58 +08:00
..
click-to-select-with-cell-edit.js tweak stories 2018-01-21 17:12:07 +08:00
click-to-select.js tweak stories 2018-01-21 17:12:07 +08:00
default-select.js implement default selection (#234) 2018-03-05 22:27:46 +08:00
hide-selection-column.js tweak stories 2018-01-21 17:12:07 +08:00
multiple-selection.js tweak stories 2018-01-21 17:12:07 +08:00
non-selectable-rows.js tweak stories 2018-01-21 17:12:07 +08:00
selection-bgcolor.js tweak stories 2018-01-21 17:12:07 +08:00
selection-class.js tweak stories 2018-01-21 17:12:07 +08:00
selection-hooks.js tweak stories 2018-01-21 17:12:07 +08:00
selection-management.js add selection management example 2018-03-18 16:44:39 +08:00
selection-no-data.js fix#264: wrong col span when enable selection in a empty table (#265) 2018-03-25 16:36:58 +08:00
selection-style.js tweak stories 2018-01-21 17:12:07 +08:00
single-selection.js tweak stories 2018-01-21 17:12:07 +08:00