added: Delete columns in DataTable
fixed: Now more than one DataTable can be on a page
This commit is contained in:
parent
78dbd7f5fd
commit
d224376d02
6 changed files with 161 additions and 47 deletions
|
|
@ -68,6 +68,12 @@ our $I18N = {
|
|||
context => q{Format for a column with numbers},
|
||||
},
|
||||
|
||||
"format date" => {
|
||||
message => q{Date},
|
||||
lastUpdated => 0,
|
||||
context => q{Format for a column with a date},
|
||||
},
|
||||
|
||||
"add column" => {
|
||||
message => q{Add Column},
|
||||
lastUpdated => 0,
|
||||
|
|
@ -127,6 +133,12 @@ our $I18N = {
|
|||
lastUpdated => 0,
|
||||
context => q{How to reorder columns. Shown in the help pop-up},
|
||||
},
|
||||
|
||||
"delete column" => {
|
||||
message => q{Delete},
|
||||
lastUpdated => 0,
|
||||
context => q{Button to delete a column, shown in the Edit Schema dialog},
|
||||
},
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue