vaadin / vaadin/framework

Grid should have a function to get the total number of rows

Open
#8,679 9 comments 5 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Java
Stars
1.8k
Forks
717
Avg merge
2d 6h
Merged PRs (30d)
3

Description

Grid (Vaadin 8) has no function to ask for the complete number of data rows.
We need such a function to visualize the row count of the Grid.
Optional Filters should be taken into account.
see https://vaadin.com/forum#!/thread/15252122

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 locating the Vaadin 8 Grid data-access and filtering entry points, then determine where a total-row-count API belongs. Done means Grid exposes a function that returns the complete number of data rows and respects optional filters; add or update coverage for both unfiltered and filtered counts.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
frontend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.