meteor-tabular icon indicating copy to clipboard operation
meteor-tabular copied to clipboard

Stuck in processing state if allow function returns false

Open guillaumervls opened this issue 9 years ago • 0 comments

Hi,

When using the allow function if I return false in it (like in the example) the table stays in "processing/loading" state, instead of just saying "No data available in table"... I patched it by replacing self.ready(); return; with selector = {_id: {$in: []}} (a selector that returns nothing) in the tabular_getInfo publication, but I guess it's not ideal.

Am I missing something ?

Cheers & thanks for the package !

guillaumervls avatar Sep 28 '16 16:09 guillaumervls