Hi,
is it possible to put a TableEditColumn at the end the of grid instead of the begining ?
Hi,
It's not possible via our public API now, but as a temporary workaround, you can follow this sample.
same, this sample didnt work for me :C
"@devexpress/dx-react-core": "1.8.0",
"@devexpress/dx-react-grid": "1.8.0",
"@devexpress/dx-react-grid-bootstrap3": "^1.8.0",
"@devexpress/dx-react-grid-material-ui": "1.8.0",
"@material-ui/core": "3.1.2",
"react": "^16.2.0",
Hi,
Please refer to the updated sample.
The difference is using the TableEditColumn.COLUMN_TYPE value to identify a table edit column. Before now it was just the editCommand string.
ty, its work :3
Any updates on this ? except the workaround ?
Hi @rainmak33r,
Thank you for your interest in our grid. We have no plans to implement this functionality in the near future. The workaround is quite simple. However, we will consider user requests for this feature.
this grid is the most perfect and complete that exists in the whole react ecosystem. However, the fact that no out of the box "command" type column that we can put wherever we want is not in the solution seems crazy given how simple and advanced is this grid. Even more knowing that nowhere (unless I missed something) lies a functionality that permits to select ONE row or to listen the click on a row out of the box.
FYI, by looking EditCommand plugin devextreme source I made an ActionColumns that works with the same spirit than other devextreme plugins (internally and externally).
https://codesandbox.io/s/m6yve
This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests.
Most helpful comment
Hi,
Please refer to the updated sample.
The difference is using the TableEditColumn.COLUMN_TYPE value to identify a table edit column. Before now it was just the
editCommandstring.