onReadByIds abstract method

  1. @protected
Future<HGrid> onReadByIds(
  1. List<HRef> ids
)

Subclass hook for readByIds, return rows with nulls cells for each id not found.

Implementation

@protected
Future<HGrid> onReadByIds(List<HRef> ids);