Centering Cells

If you wanted to center cells, use this code:

#{{table.view_id}} .ptsRows .ptsCell{ display: flex; justify-content: center; align-items: center; }

Categories
Latest Articles