pivottable
pivottable copied to clipboard
A couple of questions about colums
Im working on a project wi6h tbe library and i have hit a few issues.
-
Im using SetState and GetState to serialize the report config to a database, but it is not saving the state of the filters set on the filter box accessible from the little arrow on the dragable column. If that is not avilable is there anyway to enumerate all the columns and get/set both the filter options and sort options so i can save them seperatly.
-
Can I disable the dropdown filter box on specific columns, high cardinality numeric values in particular its a problem with. Its probably wasting a lot of time generating unique value lists for a filter, for example a flag in the dataSchema definition that turns it off for that column.
-
Can i style the column buttons differently if they have a fllter set, ie not all values are checked. So i can embolden them, add a wider border or change colour.
-
is it possible to sort the column labels in the drop souce box to stop them dancing around when touching them with a mouse.
I found answers to 3 and 4 , still stumped on 1 and 2.