Coder Social home page Coder Social logo

Display summary on group row about ka-table HOT 4 CLOSED

mschunke avatar mschunke commented on July 4, 2024
Display summary on group row

from ka-table.

Comments (4)

komarovalexander avatar komarovalexander commented on July 4, 2024

Hi, can I ask you to provide a stackblitz example? To see what you wanna reach, what way, and what you miss to do that

from ka-table.

mschunke avatar mschunke commented on July 4, 2024

@komarovalexander thanks for the prompt reply. I don't have a stackblitz, but I want something like this:
image

And I can do what I want with groupSummaryCell but not with groupCell, because there isn't the groupData prop to it.

childComponents={{
  groupSummaryCell: {
    content: ({ groupData, column }) => {
      if (column.dataType === DataType.Number && typeof value === "number") {
        return <div className="text-right">{getAccountingValue(value, false)}</div>;
      }
      return <div>{value}</div>;
    },
  },
}

from ka-table.

komarovalexander avatar komarovalexander commented on July 4, 2024

Hi @mschunke I got it. One solution as you already found is to have summary for the group at the end https://komarovalexander.github.io/ka-table/#/grouping-summary

but in v8.4.0 I also added groupItems and columns to the GroupRow #350 so you can also customize group row content based on this data.

from ka-table.

mschunke avatar mschunke commented on July 4, 2024

Hi @komarovalexander thank you so much for the quick update! It's working as expected, thank you!

from ka-table.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.