Travis Clarke

Results 32 comments of Travis Clarke

@visavi – The only real way (at the moment) to achieve that sort of gradual, custom formatting in a safe, reliable way is to munge with the export data directly....

@rajeev13 You are correct – my mistake. I deleted my comment as soon as I realized it was invalid. XLSX seems to be the exception to the fix delineated in...

@tompetko – I was recently looking into [pdfmake](http://pdfmake.org/#/) as a library to use to for PDF exporting functionality. Here is an [example](http://pdfmake.org/playground.html) using tables. If this is something of interest...

**Export to PDF** support is in the works. Expect it to be part of the upcoming **v4.1.0** release.

@hejingjing0822 – Unfortunately, there isn't support for nested tables at the moment. The translation would really only be applicable to Excel formats and would be tightly coupled to each specific...

@mateo2181 – How exactly is it not working? Does TableExport not initialize properly? Does it not update on changes? Do you have a code sample?

@dotnetshadow – Do you get the same error when you remove `instance.reset();`?

@nowherenearithaca – You are correct, `formatValue` is not configurable via settings (although maybe it should be and I would be open to a PR if you have the bandwidth), but...

@Katharine Could you provide an estimate of how much effort this would take? And if lenses are the preferred way to implement this?

Unfortunately not. If the effort is non-trivial then this is surely something I can consider adding in the near future. I need to look into it.