I'm trying to replicate siunitx's decimal alignmnent in tables, using ctables.
\documentclass{article}
\usepackage{ctable}
\begin{document}
\ctable[] {rc} {}{
\FL \textbf{Data} & \textbf{Distance}
\ML one & 1.1
\ML ten & 10.1
\ML hundred & 100.1
\LL
}
\end{document}
which results in:

And I'm looking to get somethign that looks closer to this answer.

siunitx? Why? – egreg Jan 09 '13 at 17:10tabularto getsiunitxto work. All the examples I had seen usedtabularonly, and a cursory search didn't give me any results.@DavidCarlisle, feel free to answer the question and I'll accept it.
– Felix Jan 09 '13 at 18:31ctablecompared to the 'regular'tabularcode... – cmhughes Jan 09 '13 at 20:33