I'm using DataTables and Jquery for this example. I am also using the extension of DataTables 'RowGroup'.
I have a set of data where one column can have multiple values. I want to group my rows by this column, but if person A has multiple values, I want them to show up under both the row groups.
I have this code sandbox for an example showing the problem: https://codesandbox.io/s/modest-cartwright-e2sd2
In the example, Garrett Winters has 2 positions, Accountant and Customer Support. I would like him to show up under both groupings. Another example is Jenette Caldwell. She is a Development Lead and a Developer. I'd like her to again show up under both columns.
Is this possible with Row Grouping from DataTables?