I am using jQuery DataTables.
I want to remove the search bar and footer (showing how many rows there are visible) that is added to the table by default. I just wan
I have done this by assigning footer an id and then styling using css :
then styling using css :
#FooterHidden{ display: none; }
As above mentioned ways aren't working for me.