In addition to the other answers, which correctly point out that truth tables only work for weak types of logic, let me address
This can be done extremely quickly using technology
In fact truth tables get very large, very quickly: if you have $n$ propositional variables, then there are $2^n$ rows in the table to check. If you have a sufficiently complex statement, with many variables, this will be too many to feasibly do on a computer. (You would start hitting this limit before $n$ hits 100.) In that case, using human insight into the actual problem encoded in the logical statement to produce a proof can very well be much faster than providing a truth table.
(Although it also deserves note that, unless $\mathsf{P}= \mathsf{NP}$, there is no fast algorithm for producing proofs in general, so they are not fundamentally better than truth tables; and if you believe (as many, including me, do) that humans are bound by computability restrictions, then no human could asymptotically outperform truth tables in all cases either.)