I'm trying to add a button to custom action, but a new column is not added in the action, making the button overlap with the others.
Code:
settings = {
actions: {
custom: [
{
name: 'Button',
title: 'Button ',
}
],
},
columns: {
name: {
title: 'Full name'
},
email: {
title: 'Email'
},
lastLogin: {
title: 'Last Login'
}
}
};
I needed to put a link to the image, because I have little reputation here and the image tool is blocked for me.
What am I doing wrong?