Age | Commit message (Collapse) | Author |
|
|
|
table_functions.js
|
|
saveColumnSettings
|
|
|
|
moving it into a separate JS file that can be imported by all table templates
|
|
DataTables columns
|
|
checked after resizing
|
|
wide column contents exist
|
|
autoWidth can't be used on initial load + changed the logic for how to recalculate table width when a column is manually resized
|
|
indicating if there are any wide columns (too wide to use DataTables' 'autoWidth' setting)
|
|
when certain fields (like Description) are below a certain width
Added some code tracking the change in width when a column's width is adjusted, so that the table_container width can be changed accordingly
|
|
results that don't use Scroller (<20 results)
|
|
table generation + changed the default table width to 100%
|
|
was related to there being both an sWidth and width parameter
|
|
narrower than the content's width
|
|
|
|
|
|
|
|
changed to ro.FloatVector
|
|
again, but the IRC channel link is broken so I marked it as broken
|
|
works now so I added it back as a link
|
|
|
|
(that can be used with the 'Filter by value' feature)
|
|
attribute values didn't exist for some samples
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
target_trait['location'] for correlations against genotypes
|
|
take dataset as an optional argument (to avoid having to pointlessly create it)
|
|
pass around the whole dataset object
|
|
|
|
(that was moved to correlation_gn3_api.py, which will probably be renamed at some point) and only include the code generating the table JSON and some template variables
|
|
to docstring
|
|
returned from the GN3 API correlation code
|
|
in show_corr_results for setting other template vars (might change this later)
|