Skip to content
This repository was archived by the owner on Nov 27, 2018. It is now read-only.

Commit dcff039

Browse files
authored
Address #41 by updating readme
1 parent ecb9397 commit dcff039

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: README.md

+4
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ Set up your datatable's options as per the jquery.dataTables API, e.g.:
3535
className: 'imageColumn'
3636
}],
3737
// ... see jquery.dataTables docs for more
38+
39+
// NOTE! saveState: true, is ON by default, which can cause unexpected
40+
// issues during development. Set saveState: false here to disable this.
41+
3842
}
3943

4044
function renderPhoto(cellData, renderType, currentRow) {

0 commit comments

Comments
 (0)