The options object parameter - mingzhangyang/data2table GitHub Wiki
-
dataIsComplete
true | false, to specify whether new data need to requested using AJAX
-
fileName
string, to specify the name of the file that users download by clicking **Download** button
-
urlForDownloading
string, a base url will be processed to add filter, sort, start, limit, which will generate the data
-
columnsToDownload
strings, a collection of column names, only the specified columns will be downloaded for user
-
dataToDownload
the data for generate the table may not be exactly the original data, use this parameter to provide the original data for user to download
-
stickyHeader
if specified as **true**, the table header will be sticky
-
pagination
if specified as **false**, the elements for pagination will not be generated