https://preview.keenthemes.com/html/metronic/docs/general/datatables/api#form-inputs
here in this example, text in the first column (name) vertically is not aligned with text in other columns such as age, position.
Any way to fix it?
DataTables provides CSS classes like align-middle, text-center, and tiny fishing to effectively align text vertically or horizontally.
Hi,
Please add align-middle
class to your table to align all cell text vertically centered.
Regards.
Thanks Sean,
What about horizontal alignment inside cells in the table?
Please try "text-center" class.