Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
call change_buttons
|
|
most variables to camelCase
|
|
imports the same
|
|
|
|
|
|
|
|
|
|
multiple tables
|
|
|
|
will have this ID
|
|
|
|
can also convert regular HTML tables drawn in the template
|
|
the table
|
|
|
|
create_datatable.js code and load table from JSON row data
|
|
|
|
column widths
|
|
Collection page
Also set a default table width of 2000px
|
|
|
|
|
|
Now that the function is in a separate JS file it needs the parameter to
be directly provided
|
|
|
|
|
|
column definitions passed to create_datatable.js
|
|
|
|
information
|
|
It's originally a boolean, which causes an error when passed to the JS
code as JSON
|
|
|
|
|
|
|
|
|
|
This file will contain the generic function for initializing datatables,
that will take the table ID, table data, column definitions, and custom
settings as input (custom settings being additional DataTables settings
or settings differing from the defaults)
|
|
to DataTables
|
|
* wqflask/wqflask/templates/base: Remove links to non-functioning
mailing list. Remove link to "#genenetwork" channel that isn't currently
owned/moderated.
Co-authored-by: Ethan Willis <elwillis1@gmail.com>
|
|
|
|
|
|
lines at bottom of table
|
|
|
|
|
|
ATM, it's hard to by-pass the authentication
decorators, and as such, skip this test for. This
may be deleted later.
|
|
Fixes broken test. See: #89a7868.
|
|
|