⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Increase the displayed text



Mohammed Zayan

Mohammed Zayan
  • profile picture
  • Member

Posted 03 June 2013 - 09:22 AM

Hi there,

I want to increase the displayed text here

 

j5ULc.jpg

 

How can I do it??


davidoster

davidoster
  • profile picture
  • Member

Posted 03 June 2013 - 11:54 AM

Go under application/config on grocery_crud.php file and change there this line: 

//The character limiter at the list page, zero(0) value if you don't want character limiter at your list page
$config['grocery_crud_character_limiter'] = 520;

Mohammed Zayan

Mohammed Zayan
  • profile picture
  • Member

Posted 03 June 2013 - 12:38 PM

Thank you.

It works


victor

victor
  • profile picture
  • Member

Posted 03 June 2013 - 21:28 PM

you can use callback_column too.  By the way there is a function called "wordwrap". 


Mohammed Zayan

Mohammed Zayan
  • profile picture
  • Member

Posted 04 June 2013 - 16:07 PM

Thank you Victor,

The first way is very good and works perfectly