react-virtualized icon indicating copy to clipboard operation
react-virtualized copied to clipboard

Add Feature: Footer row support in table

Open venkateshsundaram opened this issue 3 years ago • 2 comments

Thanks for contributing to react-virtualized!

Description

Supporting footer row in table for react-virtualized.

Before submitting a pull request, please complete the following checklist:

  • [x] The existing test suites (npm test) all pass
  • [x] For any new features or bug fixes, both positive and negative test cases have been added
  • [x] For any new features, documentation has been added
  • [x] For any documentation changes, the text has been proofread and is clear to both experienced users and beginners.
  • [x] Format your code with prettier (yarn run prettier).
  • [x] Run the Flow typechecks (yarn run typecheck).

Here is a short checklist of additional things to keep in mind before submitting:

  • Please make sure your pull request description makes it very clear what you're trying to accomplish. If it's a bug fix, please also provide a failing test case (if possible). In either case, please add additional unit test coverage for your changes. :)
  • Be sure you have notifications setup so that you'll see my code review responses. (I may ask you to make some adjustments before merging.)

Screenshots

Original Update
**
react-virtualized(before)** ** after 2 react-virtualized**

venkateshsundaram avatar Nov 28 '21 08:11 venkateshsundaram

Footer row will work accordingly based on more rows(data with scroll) and less rows (data without scroll)

Real time Usage:

https://user-images.githubusercontent.com/22814641/147730469-aeedb28a-b7f0-4223-8fb8-73bc04cef3ad.mov

venkateshsundaram avatar Nov 29 '21 11:11 venkateshsundaram

Hi @wuweiweiwu Can you pls help me to merge?

venkateshsundaram avatar Jan 10 '22 11:01 venkateshsundaram