\headrow is not working and give error on Overleaf:
The compiler is having trouble understanding a command you have used. Check that the command is spelled correctly. If the command is part of a package, make sure you have included the package in your preamble using \usepackage{...}.
even I use \usepackage{threeparttable}
How to solve that?
\begin{table}[bt]
\centering
\caption{Toy Students Dataset}
\label{owakey}
\begin{threeparttable}
\begin{tabular}{lccc}
\headrow
t & FirstName & LastName & HasFriend \\
student\_1&&&\\
student\_2&&&---\\
student\_3& &&\\
\hiderowcolors
\hline % Please only put a hline at the end of the table
\end{tabular}
\end{threeparttable}
\end{table}
with \documentclass[12pt]{memoireuqam1.3ang}

\headrowis not a command ofthreeparttable, could you please add a minimal example which reproduces your error? – CarLaTeX Sep 07 '19 at 04:24\headrow, why don't you simply use\hline? Or\toprulefrombooktabspackage? – CarLaTeX Sep 07 '19 at 04:48memoireuqam1.3ang.clsfrom? – leandriis Sep 07 '19 at 08:27\headrowthat document must have told you how to define it (it is not a standard command) – David Carlisle Sep 07 '19 at 08:33