I have a very long table that cannot be displayed on the page because it is too long and the right hand side of the table has been cutoff.
How can I modify the \begin{center} to something else so that the whole table will flushright or flushright?
\begin{widetext}
\begin{center}
\begin{table} [!h]
\begin{tabular}{|c||c|c|}
\hline
$\omega$ & $S$ & Induced \\[0mm] \hline \hline
\end{tabular}
\caption{ The shorthand of ... }
\label{}
\end{table}
\end{center}
\end{widetext}

