@refinitiv-ui/efx-grid 6.0.82 → 6.0.83

Sign up to get free protection for your applications and to get access to all the features.
@@ -26152,7 +26152,7 @@ Core_Core.prototype._firstRendered = false;
26152
26152
  * @return {string}
26153
26153
  */
26154
26154
  Core_Core.getVersion = function () {
26155
- return "5.1.85";
26155
+ return "5.1.86";
26156
26156
  };
26157
26157
  /** {@link ElementWrapper#dispose}
26158
26158
  * @override
@@ -32705,6 +32705,10 @@ SortableTitlePlugin.prototype._proceedSorting = function (hitObj) {
32705
32705
  if (state) {
32706
32706
  this._sortColumn([state], { "isUserAction": true });
32707
32707
  }
32708
+ var grid = hitObj["grid"];
32709
+ if(grid && grid["focus"]) {
32710
+ grid["focus"]();
32711
+ }
32708
32712
 
32709
32713
  if (this._hasListener("clicked")) {
32710
32714
  var ce = {};