Reputation: 282
The new version of UI Grid (RC3) seems to have quite a few architectural changes from nggrid and the definitelytyped files for nggrid are giving me issues since they are of a different version.
Is there going to be a definitelytyped for the new version of uigrid?
Upvotes: 2
Views: 4446
Reputation: 7650
Now you can obtain typedefinition
of ui grid
from two different sources whic is same work by Ben Tesser: https://github.com/btesser
First one is on nuget, Second one is on github
First commit has been done at 8 Jul 2015
It may require some fixes.
In my case adding these two fields in IGridOptions:
IGridOptions {
useExternalSorting?: boolean;
enableGridMenu?: boolean;
...
}
Upvotes: 1
Reputation: 276293
Is there going to be a definitelytyped for the new version of uigrid
Eventually. You can request it here : https://github.com/borisyankov/DefinitelyTyped/labels/Definition%3ARequest or and perhaps even ping the original authors directly : https://github.com/borisyankov/DefinitelyTyped/blob/master/ng-grid/ng-grid.d.ts#L3
Upvotes: 3