How can i put the sInfoFiltered text on the top of table instead of the bottom ?
How can i put the sInfoFiltered text on the top of table instead of the bottom ?

Usually sInfoFiltered text comes below the table data, how can i put it above the table, somewhere beside sLengthMenu.
This discussion has been closed.
Answers
the positioning is done by sDom. eg: "sDom": '<"H"Tf<"clear">><"top"i>t<"F">rS',
if you put it before t - table it would appear above the table
thanks for the reply