I'm trying to figure out a way to limit the amount of information pulled from a database, that is displayed within a table as like an overview type function.
Let's say the information pulled from the database has 1000 words, but I only want the table to display 150 characters and then display "..." to indicated there is more information.
Is this possible? Like a maxlength or overflow property?
Thanks.