Fixed Columns and DT_RowId and DT_RowData
Fixed Columns and DT_RowId and DT_RowData

Hi all. I can't seem to find anything about this but it looks like a very weird issue with the FixedColumns plugin.
* Included libraries:
* DataTables 1.10.11, Buttons 1.1.2, FixedColumns 3.2.1, Select 1.1.2
I use serverside to get data and when I don't use FixedColums, or use FixedColumns with leftColumns set to 0 the <tr> is fine. The id and the rowdata are available.
"fixedColumns": {
"leftColumns": 0,
"rightColumns" : 1
},
<tr id="row_15" class="odd" role="row">
When I use fixedColumns with leftColumns set to anything but 0, the <tr> is different, with no id or data.
"fixedColumns": {
"leftColumns": 1
},
<tr class="odd" role="row" data-dt-row="0" style="height: 30px;">