Hello,
I just want to know to invoke on click functionality of datatables button to my bootstrap buttons , without initializing datatables buttons.?
on click of bootstrap button Export or print of Datatables should work.
I am defining like this
datatableID.buttons('.buttons-print').trigger();
But for this to work there should be datatables buttons initialised which i dont want.
Can anyone help my out regarding this. ?
Thanks