我目前正在Meteor中开发一个应用程序,我从MongoDB的集合中读取数据,我当然会在其中放入数据,并将这些数据保存到表格中。但问题是,在应用程序第一次启动后,表中的数据不会刷新,只会刷新表头,不会刷新条目。这是我目前拥有的代码。//common.js//codesharedbetweenclientandserverBooks=newMongo.Collection("user");TabularTables={};Meteor.isClient&&Template.registerHelper('TabularTables',TabularTables);TabularTable