I've created the following
jsfiddle demonstrating my issue
My problem is that I have data coming in as an array of json objects which need to stay in that format due to it's multi-purpose nature.
One of the things I would like to let my users do is to see their data grouped by something other than date (the first column) as they may have several columns their data pertains to.
I am very greatful to asgallant who helped me get my code as far as it is.
The example filters and groups as desired, unless filters and groups are used together. The filters will stay applied with the group if I do that first, but as soon as I change a filter, the columns go back to the default of date.
How can I make these two communicate? I know I have two dataTables of information which is probably part of my problem, but I am not understanding their relationship quite well enough to fix this.
Thanks in advance,
Michelle