BoldSign®Effortlessly integrate e-signatures into your app with the BoldSign® API. Create a sandbox account!
success: function(args) {
var root = this.element;
setTimeout(function(){
// You can get the datemodified header and perform the click operation.
root.querySelectorAll(".e-headercell")[3].click();
}, 1000);
}
|