Can this table be put on the width of the text ? I have tried many things but they didn't work.
\setlength\LTleft{0pt}
\setlength\LTright{0pt}
\begin{longtable}[c]{@{\extracolsep{\fill}}cccccccccc@{}}
\centering
\caption{Zoznam, zapojenie a parametre vedení 110 kV} \label{tab:long1} \\
% First head
\hline
\multicolumn{10}{c}{Vedenia} \
\hline
\multicolumn{1}{c}{Názov} &
\multicolumn{1}{c}{Uzol 1} &
\multicolumn{1}{c}{Uzol 2} &
\multicolumn{1}{c}{$R_1 {[}\Omega{]}$}&
\multicolumn{1}{c}{$X_1 {[}\Omega{]}$}&
\multicolumn{1}{c}{$B_1 {[}\mu S{]}$}&
\multicolumn{1}{c}{$R_0 {[}\Omega{]}$}&
\multicolumn{1}{c}{$X_0 {[}\Omega{]}$}&
\multicolumn{1}{c}{$B0 {[}\mu S{]}$}&
\multicolumn{1}{c}{$I_{dov} {[}A{]}$}
\ \hline
\endfirsthead
% Standard head
\multicolumn{10}{c}
{{\tablename\ \thetable{} \textit{(Pokračovanie)}}} \
\hline
\multicolumn{1}{c}{Názov} &
\multicolumn{1}{c}{Uzol 1} &
\multicolumn{1}{c}{Uzol 2} &
\multicolumn{1}{c}{$R_1 {[}\Omega{]}$}&
\multicolumn{1}{c}{$X_1 {[}\Omega{]}$}&
\multicolumn{1}{c}{$B_1 {[}\mu S{]}$}&
\multicolumn{1}{c}{$R_0 {[}\Omega{]}$}&
\multicolumn{1}{c}{$X_0 {[}\Omega{]}$}&
\multicolumn{1}{c}{$B_0 \mu S{]}$}&
\multicolumn{1}{c}{$I_{dov} {[}A{]}$}
\ \hline
\endhead
% Footnote
\hline\multicolumn{10}{r}{{\textit{Pokračovanie na ďalšej strane...}}} \
\endfoot
% Last footnote
\hline
\endlastfoot
%%%Table%%%
\end{longtable}


\multicolumn{1}{c}? You can remove them all, your columns are already centred. – David Carlisle Apr 30 '22 at 10:35