aligne search box right and create or delete button in left
aligne search box right and create or delete button in left
in img shows . i want to designe has serach box become right side corner and delete and create button in left side corner .
how to do this?
my code like this
buttons: [
{
extend: "create", text: '<i class="fa fa-plus-circle" />', editor: accountSetEditor, formTitle: 'Add New Account'
},{
extend: "remove", text: '<i class="fas fa-trash" />', editor: accountSetEditor
},
{
text: '
'
}
]
Replies
buttons: [
{
extend: "create", text: '<i class="fa fa-plus-circle" />', editor: accountSetEditor, formTitle: 'Add New Account'
},{
extend: "remove", text: '<i class="fas fa-trash" />', editor: accountSetEditor
},
{
text: '
'
}
]