@snowpact/react-tanstack-query-table 1.10.3 → 1.10.4

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.
package/dist/index.js CHANGED
@@ -5945,7 +5945,7 @@ function ms({
5945
5945
  return /* @__PURE__ */ f(
5946
5946
  "th",
5947
5947
  {
5948
- className: q("snow-table-header-cell", S && "snow-cursor-pointer"),
5948
+ className: q("snow-table-header-cell", S && Z.column.getCanSort() && "snow-cursor-pointer"),
5949
5949
  onClick: Z.column.getToggleSortingHandler(),
5950
5950
  style: {
5951
5951
  "--snow-col-width": X == null ? void 0 : X.width,