Andy Perlitch
Andy Perlitch
No worries and no rush man!
@tomwanzek i know this is unrelated to this issue (feel free to delete) but im not quite sure how else to contact you... I posted [this question](https://stackoverflow.com/questions/45356346/d3-v4-tree-layout-and-typescript-property-x-does-not-exist-on-type-hierarc) on stackoverflow with...
@varticvasile do you think adding the check for the existence of columns to the `saveToStorage` method makes more sense? These changes seem a little messy to me...
Is the problem that `saveToStorage` is getting called when columns don't exist?
Yes, making the sorting functionality sortable sounds fine. I should have some time today or tomorrow to make that change. Thanks for the suggestion!
Yikes, 22 days still... Apologies for the delay, I've been busier than expected. Will attempt to address this soon
@pwarelis please have a look at #36 and tell me if that works for you.
Oh good call, will update the PR
I just tested your branch and even if `helper: 'clone'` is not used, the title will still be cut off. Am I not understanding the issue you are trying to...
The reason this is failing is because during the [compile function of the apMesaRows directive](https://github.com/andyperlitch/angularjs-table/blob/23ff0603afd782df2e09c4b924f8fa12cbb82052/src/directives/apMesaRows.js#L228), the `ng-repeat-start` attribute value is being updated with the appropriate `track by` clause. I am...