Column width/cut Default theme
You can set width for any column(s) in a grid.
<?php $xcrud = Xcrud::get_instance(); $xcrud->table('productlines'); $xcrud->columns('productLine,textDescription'); $xcrud->column_width('textDescription','80%'); $xcrud->column_cut(250,'textDescription'); echo $xcrud->render(); ?>
Warning: mysqli_connect(): (HY000/2005): Unknown server host 'db.applecorner.com' (-2) in /home/corner/public_html/repair/admin/xcrud/xcrud_db.php on line 50
xCRUDConnection error. Can not connect to database