Skip to content
This repository has been archived by the owner on Jul 25, 2021. It is now read-only.

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
clarketm committed Jun 30, 2016
1 parent a263cf3 commit 91f1de8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,14 @@ var tables = $("table").tableExport();
```js
/* update */
tables.update({
filename: "newFile" // pass in a new set of properties
filename: "newFile" // pass in a new set of properties
});

/* reset */
tables.reset(); // useful for a dynamically altered table
tables.reset(); // useful for a dynamically altered table

/* remove */
tables.remove(); // removes caption and buttons
tables.remove(); // removes caption and buttons
```

### Properties
Expand Down

0 comments on commit 91f1de8

Please sign in to comment.