/** @function module:table.caption
* @param {string} [_x] - Sets value of {@link module:table~caption caption} to _x. If parameter missing then returns current value of {@link module:table~caption caption}.
* @description Setter/getter function for {@link module:table~caption caption}.
* @example
* <caption>Assume that the table module is referenced as table in the main.js file.</caption>
* var example_table = table();
* example_table.caption("Example Table");
*
* //returns "Example Table"
* example_table.caption();
* */
returns the following:
Sorry if this has already been addressed but a quick search through the issues did not result in any obvious hits.
returns the following:
Sorry if this has already been addressed but a quick search through the issues did not result in any obvious hits.