I am using table tools to export the data from the datatable. In some of the cells of the datatable I have added images. But when I export the data those cell are coming as empty string. Any help?
Currently TableTools cannot export images. By default it will strip HTML which is why you are getting empty strings there, but if you supply your own fnCellRender method ( http://datatables.net/extras/tabletools/button_options#fnCellRender ) you can override this behaviour and have it export the ALT text or whatever.
Replies
Allan