0
How can I center the components of this datatable
. When I click to edit the data of the same I realize that the components of data entry are not centralized, but when using a certain tests with css I was able to reach the side but they are not precisely at the center of each column.
Would such a fact be possible?
Each element of the primefaces has one or more style classes, looks for the class of components that wants to center and center them using this class.
– ptkato
@Patrick I came to use the
direction
andmargin-left
and managed to move using the inspector ofGoogle Chrome
managed to work. But it is not centralized.– Macario1983
Have you tried using
margin: 0, auto
?– ptkato
@Patrick applying about the tag
ui-cell-editor-input
did not move, remembering that it is adiv
– Macario1983