fui-material 2.6.0 → 2.6.1

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.
@@ -727,7 +727,7 @@ const FTableHead = ({
727
727
  children,
728
728
  textAlignment = "left",
729
729
  // По умолчанию выравнивание слева
730
- isSticky = false,
730
+ isSticky = true,
731
731
  // По умолчанию заголовок не "липкий"
732
732
  ...props
733
733
  }) => {