File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,6 @@ export default {
158158 SimpleButton : {
159159 type : 'button' ,
160160 label : 'Simple Button' ,
161- state : false ,
162161 thunk : ( config , action ) => ( dispatch , getState ) => {
163162 const tableState = getState ( ) [ config . reducerName ] [ config . name ] ;
164163 console . log ( 'toolbar button click' , config , tableState ) ;
@@ -176,7 +175,6 @@ export default {
176175 ResetFilters : {
177176 type : 'reset-filters' ,
178177 label : 'Reset Filters' ,
179- state : false ,
180178 // styles: {
181179 // backgroundColor: 'red',
182180 // color: 'white'
@@ -185,7 +183,6 @@ export default {
185183 Print : {
186184 type : 'print' ,
187185 label : 'Print Table' ,
188- state : false ,
189186 // styles: {
190187 // backgroundColor: 'yellow',
191188 // }
@@ -195,7 +192,6 @@ export default {
195192 type : 'columns' ,
196193 label : 'Columns' ,
197194 visible : true ,
198- state : false ,
199195 // styles: {
200196 // button: {
201197 // backgroundColor: '#aaa'
You can’t perform that action at this time.
0 commit comments