mirror of
https://github.com/cosmocode/edittable.git
synced 2026-01-15 00:37:25 +00:00
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
4 lines
70 B
PHP
4 lines
70 B
PHP
<?php
|
|
|
|
$meta['default colwidth'] = array('numericopt', '_min' => 50);
|