mirror of
https://github.com/DataTables/DataTables.git
synced 2025-03-21 13:29:04 +01:00
- The piplining example didn't have any method to submit additional data with the Ajax request, other than to modify the library function. - This commit adds a `data` option which provides the same functionality as the `ajax.data` option in DataTables - i.e. it can be an object or function