Skip to content

Support for Calculated/Dynamic Columns #22

Description

@judempoyo

Enable the addition of calculated or dynamic columns that are generated on the fly based on row data.

Tasks:

  • Add support for a render function in the column configuration (e.g., { render: (row) => row.age * 2 }).
  • Ensure calculated columns are included in sorting and filtering logic.
  • Document how to define and use calculated columns.
  • Write tests to validate the behavior of dynamic columns.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions