Open emilas44 opened 2 years ago
By default the actions column with actions button "Show", "Edit", "Delete" is the last column on the right in the grid view So the question is if it's possible to move the actions column to the left so that it's the first column in the grid?
As far as I can see from the code, there is no such functionality. You can inherit the grid and fix the addDefaultColumns method in it.
Description:
By default the actions column with actions button "Show", "Edit", "Delete" is the last column on the right in the grid view So the question is if it's possible to move the actions column to the left so that it's the first column in the grid?