Code samples in online documentation are invoking .dataTable() rather than .DataTable()

Code samples in online documentation are invoking .dataTable() rather than .DataTable()

mkedwardsmkedwards Posts: 1Questions: 1Answers: 0

I'm fairly new to DataTables.NET. It seems like a feature-rich jQuery plug-in, and version 1.10 seems like a big step forward. But the documentation needs improvement. Many of the code samples in the online documentation continue to show invocations of the older (pre-version-1.10) constructor, dataTable(), rather than the new one, DataTable(). This makes me wonder if the entire code sample is out-of-date or just the constructor invocation. Are there plans to update the code samples? In addition, I frequently come across other errors (misspelled words, for example). Do you all proofread the online documentation?

This discussion has been closed.