Melloware
Melloware
in PF 12.0 with this ticket: https://github.com/primefaces/primefaces/issues/8620 The sort indicators are cleared now and reset upon the update which is better. If you then use `mutliViewState="true"` to remember your sorts...
I would want someone from PrimeTek to review this like @mertsincan he most likely has a better way of doing this but your requirement is a good one!
Looks like it is this issue: https://github.com/thorst/jQuery-ColorPicker/issues/1
Updated to more accurate calculation of conversion functions. See: https://stackoverflow.com/questions/17242144/javascript-convert-hsb-hsv-color-to-rgb-accurately 
Reverting this as its broken it fixed HSB but broke normal color selection. Switching to Coloris for PF12 is the way to go. :)
Similar to this issue I just fixed: https://github.com/primefaces/primefaces/issues/8992 I am wondering if it was because this `processUpdates` was removed from the Datatable code to hold the selection? https://github.com/primefaces/primefaces/blob/cd4fbdf1d9d4ae054da19b9a84001d0c34d142eb/src/main/java/org/primefaces/component/datatable/DataTable.java#L291-L302
I am just wondering if we should leave this in for 12.0 and remove it in 13.0. One last version for people to migrate off of since 12.0 is out...
I am marking them deprecated in 12.0 to give users a heads up: https://github.com/primefaces/primefaces/pull/8904
Can you rebase this one and then we can merge it?
Great work thanks!