fin-hypergrid / core

A canvas-based super high performant grid renderer API
MIT License
897 stars 144 forks source link

Export the data in pdf row by row #585

Closed tuv123 closed 7 years ago

tuv123 commented 7 years ago

Hi, I want to extract the table data in pdf file. So, if the code is like following, how can I get this data into the object and export it? Please provide some APIs. There are some functions used in- "fin-hypergrid-master/demo/simple-column-sorting-pipeline.html" but I can not use them to extract.

<!doctype html>

grid.

Dwaynekj commented 7 years ago

@tuv123 Hello! The data that is passed into the grid, is the same data we would return back to you when exporting it. It is the array of objects used during instantiation or setData