Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michael Iseard
Kudos-Donations
Commits
dcbb9a9e
Commit
dcbb9a9e
authored
Feb 04, 2021
by
Michael Iseard
Browse files
Add mode to export columns
parent
cb89c0dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/Admin/Table/DonorsTable.php
View file @
dcbb9a9e
...
...
@@ -44,6 +44,7 @@ class DonorsTable extends WP_List_Table {
'postcode'
=>
__
(
'Postcode'
,
'kudos-donations'
),
'city'
=>
__
(
'City'
,
'kudos-donations'
),
'country'
=>
__
(
'Country'
,
'kudos-donations'
),
'mode'
=>
__
(
'Mode'
,
'kudos-donations'
)
];
parent
::
__construct
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment