How can I take a snapshot of the datagrid directive ( an HTML5 table used in the template) in angularJS app?
Even if it can be achieved using javascript, that will not be a problem.
How can I take a snapshot of the datagrid directive ( an HTML5 table used in the template) in angularJS app?
Even if it can be achieved using javascript, that will not be a problem.
HTML5, more specificaly with the canvas object, and javascript allow you to do just that. Not sure if you took the time to search for this topic in SO but here's an very upvoted answer to solve the problem you're describing:
Using HTML5/Canvas/JavaScript to take screenshots
You'll be warned though that this will only work on a HTML5-ready browser.