brunano21 / angular-4-data-table

An Angular 5 data table, with pagination, sorting, expandable rows, row selection, etc. with basic accessibility support.
MIT License
11 stars 19 forks source link

Get Jason of current View #52

Open MtarantoOa opened 6 years ago

MtarantoOa commented 6 years ago

Hi,

Just want to know if there is a way to get the Json of the current view of the table.

Thanks!

brunano21 commented 6 years ago

Hi @MtarantoOa , isn't Json of the current view of the table your table data?

MtarantoOa commented 6 years ago

Hi @brunano21 thanks for the response.

My json have more properties than my table.

So I was wondering if there is a way to get the table content in json format.

Thanks!