Static non sortable rows (Summary row)
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.7k
- Forks
- 351
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 1
Description
I have a table which has quite a few columns with summerizable data. So I am wondering if it is possible to add a row which has a different format from the others ->
Header
| First Name | Last name | Stuff done |
|---|---|---|
| Totals | 100 | |
| Tony | Stark | 60 |
| Bruce | Banner | 40 |
The totals row should be taken out of the sorting pool so that when you sort by a column the row will stay where it is, at the top.
Is something like that possible?
So far we have rolled our own tables but we would like to embrace new stuff.
Best regards Thomas
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the table's row-rendering and sorting entry points, then reproduce the Header, detail rows, and Totals row described in the issue. Verify that the summary row remains at the top and is excluded from sorting while the other rows still reorder normally; add or update coverage if the project has relevant sorting tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100