Skip to content

Option to select what to export and added support for nested objects#4

Open
samkit5495 wants to merge 1 commit into
deblanco:masterfrom
samkit5495:patch-1
Open

Option to select what to export and added support for nested objects#4
samkit5495 wants to merge 1 commit into
deblanco:masterfrom
samkit5495:patch-1

Conversation

@samkit5495
Copy link
Copy Markdown

added option to select parameters which should be pulled out in excel and supports nested objects

Sample Columns value:
columns = [
{name: 'Customer Name', prop: 'customer.name'},
{name: 'Mobile', prop: 'customer.mobile'},
{name: 'Area', prop: 'area.area.name'},
{name: 'Route', prop: 'area.route.name'},
{name: 'Society', prop: 'customer.building_name'},
{name: 'Block No', prop: 'customer.block_no'},
{name: 'Flat No', prop: 'customer.flat_no'},
];

added option to select parameters which should be pulled out in excel and supports nested objects

Sample Columns value:
columns = [
    {name: 'Customer Name', prop: 'customer.name'},
    {name: 'Mobile', prop: 'customer.mobile'},
    {name: 'Area', prop: 'area.area.name'},
    {name: 'Route', prop: 'area.route.name'},
    {name: 'Society', prop: 'customer.building_name'},
    {name: 'Block No', prop: 'customer.block_no'},
    {name: 'Flat No', prop: 'customer.flat_no'},
  ];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant