I’ve got a table with 5 columns, one of them is item_id, per the mockup I’m working off, that column must be on the left hand side of the table. No matter what I do, that column keeps moving to the right hand side.
I’ve tried
fixed: true,
fixedPosition: "left",
That did nothing, I’ve tried changing the order of the data in the data source so item_id is always the first parameter which also did nothing.
The dx-data-grid documentation isn’t particularly helpful and I can’t find any similar questions on their forums.