Jump to content

UnimDBListGrid itemTpl ajaxrequest


ice

Recommended Posts

Code in UnimDBListGrid->UniEvents:

 

function beforeInit(sender, config)
{
   config.itemTpl =   '<div>'+
                     '<t>{0} </t>'+
                     '<button id={1} onclick=" ??? ">Button</button>'+
                     '</div>'
}

Link to comment
Share on other sites

  • 1 year later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...