kiuliani / geoda

Automatically exported from code.google.com/p/geoda
GNU General Public License v3.0
0 stars 0 forks source link

Table: fast auto-column width adjustment #24

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
from Oct 13, 2011

Add a feature that does a fast auto-column width adjustment.  The built-in 
Table auto-column-width function is too slow for large Tables.  We can make a 
feature that samples the first and last Table items as well as some number of 
randomly chosen rows to guess a good column width size.  This function should 
be called automatically when a new table is loaded.

Original issue reported on code.google.com by mmcc...@gmail.com on 5 Mar 2013 at 6:09

GoogleCodeExporter commented 8 years ago
Implemented in 1.4.6

Original comment by mmcc...@gmail.com on 12 Feb 2014 at 7:12