mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
slickgrid: fixed definitions and tests
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
/// <reference path="../jquery/jquery.d.ts" />
|
||||
/// <reference path="SlickGrid.d.ts" />
|
||||
|
||||
declare var $: any;
|
||||
|
||||
interface MyData extends Slick.SlickData {
|
||||
title: string;
|
||||
duration: string;
|
||||
|
||||
Vendored
+1
-1
@@ -1320,7 +1320,7 @@ declare module Slick {
|
||||
}
|
||||
|
||||
// todo: merge with existing column definition
|
||||
export interface Column {
|
||||
export interface Column<T extends SlickData> {
|
||||
sortCol?: string;
|
||||
sortAsc?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user