Skip to content

Commit

Permalink
fix: add missing parameter to query
Browse files Browse the repository at this point in the history
Fixes #70
  • Loading branch information
mlopezFC authored and javier-godoy committed Jul 6, 2023
1 parent 3bd0174 commit 461a390
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ protected Stream<T> obtainDataStream(DataProvider<T, ?> dataProvider) {
exporter.grid.getDataProvider().size(new Query(filter)),
exporter.grid.getDataCommunicator().getBackEndSorting(),
exporter.grid.getDataCommunicator().getInMemorySorting(),
null);
filter);
dataStream = getDataStream(streamQuery);
}
return dataStream;
Expand Down

0 comments on commit 461a390

Please sign in to comment.