xufenglei
2018-01-10 0e184df30a1d07a30d412e2d5fd91bc37711455d
src/app/core/entity/grid.ts
@@ -13,7 +13,7 @@
   sort?: string;
   isSort?: boolean;
   type?: DataType;
   format?: Function;
   format?: (value: any, col: Column, row: any) => string;
}
export interface DataType {
    name: Types;