Skip to content

ReactiveTable.publish not working #492

@yozawiratama

Description

@yozawiratama

I have publication like this :

export const Trees = new Mongo.Collection('trees');

ReactiveTable.publish("trees.all", Trees);

but when I subscribe it

Meteor.subscribe('trees.all');

no data in client

I want to do server side pagination with this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions