Error in state() example
Error in state() example

in Web-site
The second example in the state()
docs has this code:
var table = new DataTable('#myTable');
var state = table.state();
state.start = 10;
table.state(start).draw(false);
Line 6 should have state(state)
instead.
Kevin
Replies
Fixed. I'll push the update out tomorrow.
Thanks Kevin!
Allan