Client: index column expanded

This commit is contained in:
Dmitry Sychugov 2024-06-17 18:53:44 +05:00
parent a7307c94da
commit 365fcbbb9c

View File

@ -363,7 +363,7 @@ class FilesTableHeader extends React.Component {
key: "Index",
title: "#",
enable: this.props.indexColumnIsEnabled,
minWidth: 60,
minWidth: 70,
resizable: false,
isShort: true,
onChange: this.onColumnChange,