FooTable icon indicating copy to clipboard operation
FooTable copied to clipboard

Edit/remove background

Open C-BERBER opened this issue 7 years ago • 0 comments

How does one change color behind the edit/remove button or what is the css tag used? Also I am trying to use the condensed row and that thing is expanding the row... Thanks

sumfinwrong

                editing: {
               
                    enabled: true,
                    column: {
                        classes: '',  
                        style: { backgroundColor: 'blue' },
                        name: 'editing',
                        title: 'Actions',
                        filterable: false,
                        sortable: false
                    },
                    addText: 'Add',
                    editText: 'Edit',
                    deleteText: 'Del',

C-BERBER avatar Oct 07 '18 17:10 C-BERBER