aligne search box right and create or delete button in left

aligne search box right and create or delete button in left

THEJASVITHEJASVI Posts: 31Questions: 9Answers: 0


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

  • THEJASVITHEJASVI Posts: 31Questions: 9Answers: 0
    edited March 2019

    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: '

    '
    }
    ]

This discussion has been closed.