aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-08Only use Scroller when there are more than 5 results, since it can cause ↵zsloan
issues if there are only a few rows and the window size is small
2021-07-08Gave initial width to search result table that prevents header misalignment ↵zsloan
issue and improved widths for a couple columns + made checkbox column sortable
2021-07-07Removed width: 100% from the sample-table CSS, since its initial width is ↵zsloan
explicitly set as a function of which columns exist
2021-07-07Set default widths for the common columns for the samplee table + set ↵zsloan
autoWidth to false + fix the logic with how the DataTable is initially loaded
2021-07-07Set beginning width for trait tablezsloan
2021-07-06replace rpy2 for tissue corrAlexander Kabui
2021-07-06fix gn2 linksAlexander Kabui
2021-07-03Increased width of mapping options div and covariates windowzsloan
2021-07-01Merge pull request #589 from zsloan/bug/fix_zoomed_mapping_scalingzsloan
Bug/fix zoomed mapping scaling
2021-07-01Fixed issue with suggestive/significant lines extending beyond figure edge + ↵zsloan
fixed a couple issues with the last commit
2021-07-01Fixed issue where the interval map QTL line might extend beyond the graph ↵zsloan
edge when zoomed into a Mb range + removed some commented out code
2021-07-01Fixed issue where zooming into chromosome 1 was causing the Y axis scaling ↵zsloan
to be bad
2021-07-01Fixed bug where there'd be an error if the max boot count is 0 for a chromosomezsloan
2021-07-01Added imports necessary for resizeable columns and removed unused codezsloan
2021-07-01Removed width from sample_group div and change table div ID to be distinct ↵zsloan
when there are both primary and other samplee tables
2021-07-01Changed initialize_show_trait_tables.js to include resizeable columns and ↵zsloan
deal with both primary/other tables in a single function
2021-06-30Removed CSS that truncates cell content and adds an ellipses when the cell ↵zsloan
is too small to contain content; it now just makes the content wrap
2021-06-28Added doc for creating guix profile, written by Bonfacezsloan
2021-06-24Gave initial widths for dataset and description columns in gene global searchzsloan
2021-06-24Implemented resizeable columns for phenotype global searchzsloan
2021-06-24Changed the widths of the search and select top results fields to be more ↵zsloan
reasonable
2021-06-24Added jquery-UI css for phenotype global search templatezsloan
2021-06-24When getting maximum column widths, account for the way the Authors field ↵zsloan
limits the number of displayed Authors to 6
2021-06-24Made large variety of changes to how widths are set; for some reason ↵zsloan
autoWidth isn't working as expected, so I manually set widths, sometimes as a function of the maximum length for a column's contents
2021-06-21Merge branch 'feature/add_resizeable_columns' of ↵zsloan
github.com:zsloan/genenetwork2 into feature/add_resizeable_columns
2021-06-21Added table_functions.js to gsearch_pheno.htmlzsloan
2021-06-21Implemented resizeable columns for gene global search + fixed the way ↵zsloan
change_buttons is called and row highlighting works in the DataTables callback
2021-06-21Fixed indentation in table_functions.jszsloan
2021-06-21Fixed some indentation of JSzsloan
2021-06-21Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testingzsloan
2021-06-21Merge pull request #588 from zsloan/feature/add_scroller_to_mapping_resultszsloan
Feature/add scroller to mapping results
2021-06-18Changed limit from 2000 markers to 10000 markers for the number to show in ↵zsloan
mapping results table
2021-06-18Added Scroller to mapping results tablezsloan
2021-06-18Replaced table_tools.js with table_functions.js (the correct filename)zsloan
2021-06-18Moved several table functions out of search_results.html and into new file ↵zsloan
table_functions.js
2021-06-18Include table/table_id as parameters in setUseerColumnsDefWidths and ↵zsloan
saveColumnSettings
2021-06-18Include table ID as input for get_checked_rowszsloan
2021-06-18Changed recheck_rows to include the DataTable as input in preparation for ↵zsloan
moving it into a separate JS file that can be imported by all table templates
2021-06-18Temporarily replacing jquery-ui with the version that works with resizing ↵zsloan
DataTables columns
2021-06-18Fixed resizeable columns to work with show/hide columns option + keep rows ↵zsloan
checked after resizing
2021-06-18Added checks in template for whether to explicitly set column width when ↵zsloan
wide column contents exist
2021-06-18Added some default widths for situations where some wide columns exist and ↵zsloan
autoWidth can't be used on initial load + changed the logic for how to recalculate table width when a column is manually resized
2021-06-18Store a dictionary of maximum widths for each field + create a variable ↵zsloan
indicating if there are any wide columns (too wide to use DataTables' 'autoWidth' setting)
2021-06-18Use autoWidth on initial table load, though I'll change this to only apply ↵zsloan
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
2021-06-18Set scrollX in all cases so the adjustablee columns also work for shorter ↵zsloan
results that don't use Scroller (<20 results)
2021-06-18Added a parameter to prevent columnDefs from being overwritten on initial ↵zsloan
table generation + changed the default table width to 100%
2021-06-18Made a variety of changes to make column resizeability work - the main issue ↵zsloan
was related to there being both an sWidth and width parameter
2021-06-18Added some CSS to make cell content cut off with ellipses if a column is ↵zsloan
narrower than the content's width
2021-06-18Resolving conflict in search_result_page.htmlzsloan
2021-06-18Re-enable bicor as an option in the trait page templateezsloan