Need help in creating a Meteor React Grid report

I am newbie in Meteor. I have a requirement to implement a report which displays exact stats about customer’s transactions like profit, commission, tax and final payout. I also need to display segregated like weekly payouts. I would like to implement it using React grids. And I also wanted to implement Pagination concept.

Someone please guide me how to implement such report. I am bit confused in choosing methods vs subscriptions. Thanks.

Hi,

question: if you had an array of objects would you know how to map it into a React Grid and trigger a “load more” function on scroll or button with React Grid?

If your question is pure Meteor and you already control the React Grid part, I think many including myself could help you. However I am not familiar with React Grid but I know React.