If you wanted to center cells, use this code:
#{{table.view_id}} .ptsRows .ptsCell{ display: flex; justify-content: center; align-items: center; }
If you wanted to center cells, use this code:
#{{table.view_id}} .ptsRows .ptsCell{ display: flex; justify-content: center; align-items: center; }