実際には、sDomオプションを使用して少し再生する必要があります。ドキュメントから撮影:
This initialisation variable allows you to specify exactly where in the DOM you want DataTables to inject the various controls it adds to the page (for example you might want the pagination controls at the top of the table). DIV elements (with or without a custom class) can also be added to aid styling. The follow syntax is used:
The following options are allowed:
'l' - Length changing
'f' - Filtering input
't' - The table!
'i' - Information
'p' - Pagination
'r' - pRocessing
The following constants are allowed:
'H' - jQueryUI theme "header" classes ('fg-toolbar ui-widget-header ui-corner-tl ui-corner-tr ui-helper-clearfix')
'F' - jQueryUI theme "footer" classes ('fg-toolbar ui-widget-header ui-corner-bl ui-corner-br ui-helper-clearfix')
The following syntax is expected:
'<' and '>' - div elements
'<"class" and '>' - div with a class
'<"#id" and '>' - div with an ID
Examples:
'<"wrapper"flipt>', '<lf<t>ip>'
ので、例えば、あなたがしなければ(私はあなたが<「H」LFR> T <「F」IP>は、長さ変化を持っている、フィルタやjqueryのUIを使用していると仮定 " (もしあなたがajaxを有効にしている場合)ヘッダーにテーブルを持っていれば、フッターに情報とページネーションがあります。もしあなたが情報を入れることができるように複数の文字を使うことができたら。二回または三回したい場合は
EDIT - あなたのコメントにあなたはあなたのテーブルのTFOOTを追加したいと言う場合、あなただけ手動で追加することができます。
0123を。
私が助けることができるように、私は 'sinfo'を覚えています。 –
私が探している主な部分は、合計x個のx行を表示していることです。 –