fixed prop to "right" for the last <Table.Column> in your table. Here's an example from the extracted information:fixed="right" prop to the last column in your table to achieve the desired effect.Note: you can ask me a follow up question by @ mentioning me again 
refine concern. Check out which UI Framework you are using.
fixed"right"<Table.Column>fixed="right"refine<Table.Column<ICampaign>
fixed="right"
title="Actions"
dataIndex="actions"
render={(_, { id }) => <EditButton recordItemId={id} />}
/>