Addepar / Addepar/ember-table

Static non sortable rows (Summary row)

Open
#672 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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

  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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.