mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-07 07:16:54 +00:00
fix(console): infinite scrolling for org context (#7965)
* add scroll directive, iterative loading * sorting column * fix: filter * batch of 100, max height 350px * cleanup
This commit is contained in:
@@ -418,9 +418,12 @@ export class GrpcAuthService {
|
||||
if (queryList) {
|
||||
req.setQueriesList(queryList);
|
||||
}
|
||||
// if (sortingColumn) {
|
||||
// req.setSortingColumn(sortingColumn);
|
||||
// }
|
||||
if (sortingDirection) {
|
||||
query.setAsc(sortingDirection === 'asc');
|
||||
}
|
||||
if (sortingColumn) {
|
||||
req.setSortingColumn(sortingColumn);
|
||||
}
|
||||
|
||||
req.setQuery(query);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user