selector optional default .datatableCSS selector for the table(s) to turn into a DataTable. Any selector jQuery understands works - .myclass, #myid, table.report. Every matching table gets paging, sorting and search.
options optional default (none)Optional JSON object passed verbatim to the DataTables DataTable() call to configure behaviour - for example paging, info, searching, pageLength, or order. Omit it for default DataTables behaviour.
[{datatable:}]
[{datatable:#report-table}]
[{datatable:.datatable:{ paging:false, info:false }}]