Perl code for user selectable columns in the data table.
This commit is contained in:
parent
efe62bae1e
commit
bd38691cf0
3 changed files with 12 additions and 3 deletions
|
|
@ -139,6 +139,13 @@ our $I18N = {
|
|||
lastUpdated => 0,
|
||||
context => q{Button to delete a column, shown in the Edit Schema dialog},
|
||||
},
|
||||
|
||||
"sortable" => {
|
||||
message => q{sortable},
|
||||
lastUpdated => 0,
|
||||
context => q{Whether a column is sortable in the table},
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue