Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. ({
  2. JqScriptsLoaded : function(component,event,helper) {
  3. setTimeout(function(){
  4.  
  5. var ele = component.find('tableId').getElement();
  6. $(ele).DataTable();
  7. // add lightning class to search filter field with some bottom margin..
  8. $('div.dataTables_filter input').addClass('slds-input');
  9. $('div.dataTables_filter input').css("marginBottom", "10px");
  10.  
  11. }, 700);
  12. }
  13. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement