\documentclass{article}
\usepackage{hyperref}
\usepackage{tabularx}
\usepackage{footnote}
\makesavenoteenv{table}
\begin{document}
\begin{table}[htbp]
\begin{tabularx}{\textwidth}{XX}
\hline
foo\footnote{fuz} & bar
\hline
\end{tabularx}
\end{table}
\end{document}
I like the formating of the tabularx environemnt. However, it does not allow for the choice of positioning of the table (to the best of my knowledge). My understaning is that tabularx produces the footnote (which I tested), but on the other hand, table traps them, therefore I sought to \usepackage{footnote} and \makesavenoteenv{table}. What is wrong with my reasoning.
One more caveat: I need to hyperref the \footnotes
EDIT: The positioing of the footmark is unimporant. And preferably no hacks like \footnotemark