I've coded a PrimeFaces (JSF / Java) p:dataTable
that uses p:inputNumber
for each cell. Everything works, but the table looks ragged due to the left-alignment of p:inputNumber
's content. All of the formatting I've tried formats the control itself, not its content.
Is there any way to right-align the content of a p:inputNumber
?