I want to add bullet points to a simple table. However, I'm having trouble with formatting. The text is not spaced evenly and the last hline of the table overleaf would not accept
\setlength{\arrayrulewidth}{1mm}
\setlength{\tabcolsep}{20pt}
\renewcommand{\arraystretch}{2}
{
\begin{table}[h]
\begin{tabular}{ |p{3cm}|p{3cm}|p{3cm}| }
\hline
Pros& Cons &Price Range \\
\hline
\begin{itemize}
\item Simple, easy to use
\item Low cost to produce
\item High versatility
\end{itemize}
&
\flushleft
\begin{itemize}
\item Poor durability
\item Poor gripping strength for soft materials
\end{itemize}
&
\flushleft
\begin{itemize}
\item Poor durability
\item Poor gripping strength for soft materials
\end{itemize}
\hline
\end{tabular}
\caption{ Pros/Cons and Price Range for Category 1}
\label{table:1}
\end{table}
}
Does any one have any advice?



\\before the last\hline. – Skillmon May 05 '18 at 20:27\documentclass{...}, the required\usepackage's,\begin{document}, and\end{document}. That may seem tedious to you, but think of the extra work it represents for TeX.SX users willing to give you a hand. Help them help you: remove that one hurdle between you and a solution to your problem. – Skillmon May 05 '18 at 20:27