• Resolved homeworker

    (@homeworker)


    How can I order the excel rows by date? Thanks. I removed metadata with your snippet add_filter(“gfexcel_output_meta_info”,”__return_false”); but I need to have the entries ordered by sent data.

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Doeke Norg

    (@doekenorg)

    Hi homeworker! As of now there is no plugin specific option for sorting. But because the plugin uses the GFAPI you can use the normal webhooks for sorting.

    Try to use gform_get_entries_args_entry_list. The plugin should listen to this hook.

    Hope this helps! Let me know!

    Plugin Author Doeke Norg

    (@doekenorg)

    I’m planning an update to include some settings. I’ll try to make something to help with this. Closing the issue for now.

    Plugin Author Doeke Norg

    (@doekenorg)

    Hi @homeworker, just released version 1.2.0 which now contains a setting to help with the sort. Disabling the metadata only prevents it from being in the output; it’s still sorted by date of entry.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Order’ is closed to new replies.