DataTable selected export

Hi,

Is there a way to export just the selected rows in the DataTable?

Nope, export will include all visible rows.

You can use filter API to hide all rows that must not be included in the export.