Conversation
* Add checkboxes so the user can select which fields he wants to export * Modify CSV generator to use fputcsv instead of the manual way
There was a problem hiding this comment.
Could the two lines above be replaced by a $wpdb->get_col? (I'm not sure myself, just asking :))
There was a problem hiding this comment.
Totally! Will do. Good catch.
|
Thanks for this pull request! I added you as a collaborator so that you can commit without waiting for me. |
|
Thanks for adding me! Will fix the few comments above this week and then merge the changes. |
|
I'm closing this pull request. Will create a new one and merge it when I fix the remaining issues |
|
That's great. Thanks! I really appreciate your contribution. |
There was a problem hiding this comment.
I am wondering if using checkboxes is good for websites where there are dozens of fields. Maybe using a multi-select with a library like (http://harvesthq.github.com/chosen/)[Chosen] is a solution?
There was a problem hiding this comment.
Checkbox was enough for the project I'm working on. I think it's a good idea to switch to a more powerful solution. Personally, I prefer Select2 over Chosen. Maybe for 1.0.1?
There was a problem hiding this comment.
Yes, feel free to use Select2 instead.
|
How is it going? |
|
I'm reopening it as a reminder. |
|
Hey, didn't get to work on this project in the last few days. Next week I'll probably come back to it. |
Added the functionality to let the user select what fields to export, with memory so it's easier next time.