|
@@ -31,7 +31,7 @@ class Table extends Component {
|
|
|
|
|
|
@:privateAccess editor.tables.push(this);
|
|
|
root.addClass("cdb-sheet");
|
|
|
- root.addClass("n_" + sheet.name);
|
|
|
+ root.addClass("s_" + sheet.name);
|
|
|
if( editor.view != null ) {
|
|
|
var cname = parent == null ? null : sheet.parent.sheet.columns[sheet.parent.column].name;
|
|
|
if( parent == null )
|