Primeng angular 6 table/turbotable 分页多选 table 带过滤器

Primeng angular 6 table/turbotable multiple selection on paginated table with filters

我有一个 table 很像 turbotable 的例子。我的 table 上有一个全局过滤器,还设置了分页。

过滤器为空时 shift + select 工作正常,因为行索引匹配。但是,一旦我过滤然后执行 shift + select 它不会 select 预期的行,而是 select 基于当前页面索引。

有没有一种方法可以在具有全局过滤器的 table 上使用 shift + select?

Nicolas Leblanc 的评论就是答案。在 Github

上提出了一个问题