Documentation Typo - fnSetColumnVis
Documentation Typo - fnSetColumnVis
akreider
Posts: 33Questions: 0Answers: 0
A typo in the documentation.
http://datatables.net/api
I'm guessing that
fnSetColumnVis( 1, false );
should be
oTable.fnSetColumnVis( 1, false );
http://datatables.net/api
I'm guessing that
fnSetColumnVis( 1, false );
should be
oTable.fnSetColumnVis( 1, false );
This discussion has been closed.
Replies
Good catch - thanks for that. It's now fixed :-)
Regards,
Allan