ods-component-lib 1.18.97 → 1.18.98

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -33603,8 +33603,8 @@ var OdsRemoteDataGrid = function OdsRemoteDataGrid(props) {
33603
33603
  }
33604
33604
  }, [(_props$axiosRequest4 = props.axiosRequest) === null || _props$axiosRequest4 === void 0 ? void 0 : _props$axiosRequest4.requestData, (_props$axiosRequest5 = props.axiosRequest) === null || _props$axiosRequest5 === void 0 ? void 0 : _props$axiosRequest5.requestQueryString]);
33605
33605
  useEffect(function () {
33606
- if (gridColumns !== undefined && gridColumns.length > 0) {
33607
- var newColumns = gridColumns.map(function (colItem) {
33606
+ if (props.columns !== undefined && props.columns.length > 0) {
33607
+ var newColumns = props.columns.map(function (colItem) {
33608
33608
  if (colItem.tooltip !== undefined && colItem.tooltip.enable) {
33609
33609
  var headerCellRenderr = function headerCellRenderr() {
33610
33610
  return React.createElement("div", null, React.createElement("span", null, colItem.caption), React.createElement(Tooltip, {