mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Added test for getIdxById
This commit is contained in:
@@ -196,3 +196,7 @@ grid.setCellCssStyles("test", {
|
||||
}
|
||||
});
|
||||
|
||||
// Begin DataView tests
|
||||
var dataView = new Slick.Data.DataView<MyData>();
|
||||
var gridWithDataView = new Slick.Grid<MyData>('#grid2', dataView, columns, options);
|
||||
dataView.getIdxById('foo') + 5;
|
||||
|
||||
Reference in New Issue
Block a user