fixed naming

This commit is contained in:
ofirgeller
2014-03-08 08:12:15 +02:00
parent 8db2a16ea7
commit 003a596c77

View File

@@ -170,7 +170,7 @@ declare module ngGrid {
enableHighlighting?: boolean;
}
export interface rowDef {
export interface columnDef {
field?: string;
width?: any; //**this can be a string containing a relatively, absolute size units or a number: '30%','54px',45 /*
displayName?: string;