Meteor-Community-Packages / Meteor-Community-Packages/meteor-tabular

How to get data of the all filtered rows

Open
#261 2 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement will accept pull request
Dominant language
JavaScript
Stars
360
Forks
132
PR merge metrics
No merged PRs in 30d

Description

Hi Aldeed,

Thanks for this awesome package, we are testing it with 10K rows and it is very fast but we have a problem because due to rows().data() returns the data of the rows in the current page, we don´t know how to get the data of the all filtered rows, this is, for example 2K rows of our 10K, to do an action with them. Is there any way?

Thanks in advance.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing the table API around rows().data() and how filtering and pagination are represented. Determine whether the filtered result set can be accessed without limiting it to the current page, then verify the supported way to act on all filtered rows. The issue does not name a file or test to run.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.