Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Group by column transformation #14

Open
theangrydev opened this issue Dec 6, 2019 · 1 comment
Open

Group by column transformation #14

theangrydev opened this issue Dec 6, 2019 · 1 comment

Comments

@theangrydev
Copy link

It would be great if we could group by a transformation of a column. For example if I have a column with values "[ABC] 123", "[ABC] 456", "[GEH] 678" I want to be able to group by "[ABC]" and "[GEH]".

A current workaround is to add a duplicate column with the transformed data and group by that.

@DataTables
Copy link
Collaborator

Nice idea - thanks for this. Using rowGroup.dataSrc as a function would provide this ability. We'll add that ability and write up a blog post about this early in the new year.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant