Does a datatables Report Builder exist?
Does a datatables Report Builder exist?

I am looking for integration with other tools to dynamically generate the datatables configuration?
I am looking for integration with other tools to dynamically generate the datatables configuration?
Answers
I'm not sure what you mean by Report Builder. There are export buttons that can be used to export the Datatable to Excel, PDF, etc. See this example. Is this what you are looking for?
How do you see the "dynamically generate the datatables configuration" working?
Datatables uses a standard Javascript object for it's configuration options. The varaible can be dynamically created based on conditions then applied to the Datatable. For example:
https://live.datatables.net/wuwudano/1/edit
If this doesn't help then please provide more details of what you are looking for.
Kevin