or
toolbar: [{ name: "Transfer", text: "Move it to your friends" }],
But it showing as link on top and i want to shift this button to right corner. How will i achieve that?
Please provide me if there is any other way.
Regards,
Ashok Naidu


model: { id: "name", fields: { name: { editable: { create: true, update: false }, nullable: false }, ttl: { editable: { create: true, update: true }, type: "number", defaultValue: 7, validation: { required: true, min: 1 } } }}editable: { destroy: true, confirmation: "Are you sure you want to remove the application? \n\nRemember to press Save, when finished." },