Hi,
I am developing a big application where I am using multiple accordion, I have one accordion which contains tool bar and data table, now I want to place my pager just below and above the data table means the pager should come after the toolbar, but when I am implementing the pager, it is coming last of the page, below is the code, can you tell us how we can attach the pagination in data table container itself. below is the code.
{
collapsed:false,
header:“XXXXXXX”,
body:{
multi:true,
view:“accordion”, type:“space”,
rows:[
{ body:{
container:“areaA”,
view:“toolbar”,elements: [
{view:“button”, value:“XXXX” ,width:100, align:“left” , inputWidth:100, css:“bt_1” },
],css:“my_toolbar”,
elementsConfig:{
width: 100,
labelAlign:“left”,
value:“edit”}
}, height: 35 },
{ body:
{
container:“testA”,
view:“datatable”,select:true, css:“my_style”,
columns:[
{id:“edit”, header:"", width:100, css:“padding_less”, template:"<a href=‘javascript:void(0)’ }
],data:offers,