Hi, John!
Could you please remove the remaining " " from the action buttons in the datagrid? When we set (in config):
'action_button_type' => 'icon',
It results in:
<i class="fas fa-pencil-alt"></i> </a>
The text in the button is removed but not the space, causing the icon to not be centered on the button.
TIA.