In my application I previously used the _deferLoading _ option intensively so that data would not be loaded unfiltered for performance reasons. The data is only loaded when the user sets a filter or uses the search function.
Is there a way to restore that behavior (on the client/javascript side) with dataTables v2 with the deferLoading option gone now?