Is there a good way to display validation tips? (i.e., “Please enter a value between 1 and 10”) I tried using the comments plugin to accomplish this, but ran into performance problems. Every time a comment is saved, the entire table is re-rendered. I need to save dozens of comments at a time, which ends up being too slow.
Is there a better way, or a way to make the comments plugin behave differently?