You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use same export data if export handler extends DataTablesExportHandler
This PR makes sure that if you're using a custom export handler which extends the default DataTablesExportHandler, it receives the same data that the default export handler would receive.
This fixes a BC introduced on commit 45c7faf (see issue #126)
0 commit comments