Files
edittable/conf/metadata.php
Michael Grosse a6ea3b0a3d feat: Add config for default column width
Currently the default width of a cell is wide enough to support its
entire content. Add the config option to specify a default width for all
columns. This may make sense since for cells with very wide content the
cell may become wider than the screen.

ABY-67
2016-11-04 11:13:20 +01:00

4 lines
70 B
PHP

<?php
$meta['default colwidth'] = array('numericopt', '_min' => 50);