mui-datatables custom toolbar labels code example
Example: custom toolbar elements datatable angularjs
// apply the plugin
var dataTable = element.dataTable(options);
/* now can add to toolbar*/
$('.dataTables_wrapper .toolbar').prepend('<div>Toolbar insert</div>');