When I dive into the source code of DataTables, there are a lot of "private" functions defined for ajax related, which have a name starting with _.
As naming convention, suppose they are "private" only, right?
If I use them in my application, what should I pay special attention to?
Is there the alternative "public" API for ajax?
Thanks!
As naming convention, suppose they are "private" only, right?
If I use them in my application, what should I pay special attention to?
Is there the alternative "public" API for ajax?
Thanks!