can anyone tell me the javascript equalent for this [closed]

You are missing . at selector at

 body = el.querySelectorAll('.fixedTable-body'); 
 sidebar = el.querySelectorAll('.fixedTable-sidebar table');
 header = el.querySelectorAll('.fixedTable-header table');

Leave a Comment