Currently employing Primefaces 13, I've encountered an issue with a dataTable that contains a column displaying a number using the p:knob
component. When horizontally scrolling the dataTable, the label of the knob component is rendered outside the knob circle due to its absolute positioning. Switching it to relative solves the issue, however, the label now appears below the circle rather than inside it. Is there a workaround for this problem?