This is the dom for my data table currently.
"<'row'<'col-12 col-sm-6 col-md-4 col-lg-3'l><'col-md-4 col-lg-6 d-none d-md-block'><'col-12 col-sm-6 col-md-4 col-lg-3'f>>" +
"<'row'<'col-sm-12'tr>>" +
"<'row'<'col-md-5 'i><'col-md-7'p>>",
I currently would like to hide <'col-md-5 'i>
when the page is small. What could I add to this that would hide the column and only show the pagination?