diff --git a/examples/customMultiSelect.css b/examples/customMultiSelect.css index f63ba5356..d6f87d98f 100644 --- a/examples/customMultiSelect.css +++ b/examples/customMultiSelect.css @@ -51,10 +51,10 @@ transform: rotate(90deg); } -.react-bs-table .react-bs-container-body > table > tbody > tr > td:first-child { +.custom-select-body-class > tbody > tr > td:first-child { padding: 0 !important; } -.react-bs-table .react-bs-container-header > table > thead > tr > th:first-child { +.custom-select-header-class > thead > tr > th:first-child { padding: 0 !important; } diff --git a/examples/js/selection/custom-multi-select-table.js b/examples/js/selection/custom-multi-select-table.js index 1de6119af..e033a9960 100644 --- a/examples/js/selection/custom-multi-select-table.js +++ b/examples/js/selection/custom-multi-select-table.js @@ -79,7 +79,8 @@ export default class CustomMultiSelectTable extends React.Component { customComponent: this.customMultiSelect }; return ( - + Product ID Product Name Product Price