File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ var tables = $("table").tableExport();
111111``` js
112112/* update */
113113tables .tableExport .update ({
114- filename: " newFile" // pass in a new set of options
114+ filename: " newFile" // pass in a new set of properties
115115});
116116
117117/* reset */
@@ -127,8 +127,10 @@ A table of available properties and their usage can be found here:
127127##### [ www.clarketravis.com/tableexport ] ( http://www.clarketravis.com/tableexport/#properties )
128128
129129
130- A table of available properties and their usage can be found here:
131- ##### [ www.clarketravis.com/tableexport ] ( http://www.clarketravis.com/tableexport/#properties )
130+ ### Methods
131+
132+ A table of available methods and their usage can be found here:
133+ ##### [ www.clarketravis.com/tableexport ] ( http://www.clarketravis.com/tableexport/#methods )
132134
133135
134136### Settings
You can’t perform that action at this time.
0 commit comments