forked from 0x2620/oxjs
fix a bug with adding/removing columns of synchronous textlists
This commit is contained in:
parent
f43122f795
commit
7ac16acbf1
2 changed files with 18 additions and 6 deletions
|
|
@ -65,10 +65,13 @@ Ox.ListMap = function(options, self) {
|
|||
},
|
||||
id: 'countryCode',
|
||||
resizable: false, // fixme: implement
|
||||
/*
|
||||
// fixme: why does this not work? it does in folderBrowserList
|
||||
title: $('<img>').attr({
|
||||
src: Ox.UI.getImageURL('symbolFlag')
|
||||
// fixme: why does this not work? it does in folderBrowserList
|
||||
}),
|
||||
*/
|
||||
title: '\u2691',
|
||||
visible: true,
|
||||
width: 16
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue