Hello i using datatable view with subview for each row which is additional data table how to make it export to excel too
Hello @roma ,
Unfortunately, there’s no easy way to do such thing, but you can try to customize the way of data exporting and export each subview into a separate sheet of an Excel file.
Please, check the snippet: Code Snippet
Hi @pyrus_vagus thanks for fast answer! If it possible to separate each subview in different sheets in excel may it is possible to manipulate with each rows or columns in configuration before export ?
Hi @roma ,
You can try using something like that: Code Snippet
thanks @pyrus_vagus guess it will be good for me!
1 Like