Skip to content

Commit b95f7bd

Browse files
committed
Added TODO for changing grid to handle async datasources
1 parent 3ce70d8 commit b95f7bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/visual/grid/grid.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
},
3030
refresh: function() {
3131
var tbody = this.element.find( "tbody" ).empty(),
32+
// TODO the get() call needs to be async for remote sources
3233
items = $.ui.datastore.main.get( this.options.type ).options.items,
3334
template = this.options.rowTemplate;
3435
$.each( items, function( itemId, item ) {

0 commit comments

Comments
 (0)