2

related to this link:

AngularJS: How to export ui-grid data to excel?

I like this answer but if I have a custom HTMl in grid for example chart :

https://plnkr.co/edit/irskqERheTOiFql82QFC?p=preview

  $scope.gridOptions.columnDefs = [
    { field:'name' },
    { field:'gender' },
    { field: 'spark', cellTemplate: 'sparkline-cell.html', width: 100 }
  ];

how can I export this cells to Excel.

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.