jammy-git

Results 7 comments of jammy-git

Same issue on AWS Linux AMI box.

... and a Virtualbox'ed CentOS box.

@AshHimself Did you manage to make any progress with this?

Thanks for the rapid response! I came up with a slightly different solution in the end. In getResponse, from line 163: ``` if($this->mDataProp == true){ if( isset($i[$this->controller->modelClass]) && array_key_exists('id', $i[$this->controller->modelClass])...

No problem. Obviously it's not very flexible as it forces the use of the 'id' field for the Model to be the DT_RowId, but I figure in 99% of use...

And after all that, I go back and look at the documentation this morning and find the idSrc property!

Is it possible to get the Knockout field that is bound to the sorted column? Or bind the sort order column field to a ko.observable?