I am using a DataTable in infinite content load mode.
Is there a way to manually trigger a content load event, which occurs,
when the end of the page was reached and new content has to be loaded?
There is no manual trigger for that - DataTables monitors the scrolling (i.e. listens for the scroll event) and tries to decide when new data should be loaded.
Replies
What is the use case for doing this manually?
Allan