I need the "filter" in the upper left side and the "size" in the upper right side, but is not working:
$(document).ready(function() {
jQuery('#example').dataTable({
"sDom": '<"top"fl>rt<"bottom"ip><"clear">'
});
} );
Why?
Use these two CSS rules to target all data tables:
Use these two CSS rules to target
#example
data table:See this jsFiddle for code and demonstration.