Пример #1
0
class AttachedFile_view(Table):
    item = ViewCol("",
                   column_html_attrs={
                       "class":
                       "col-sm-3 text-right font-weight-bold view-table-row"
                   })
    value = Col("")
Пример #2
0
class InferenceTool_view(Table):
    item = ViewCol("",
                   column_html_attrs={
                       "class":
                       "col-sm-3 text-right font-weight-bold view-table-row"
                   })
    value = Col("")
Пример #3
0
class Acknowledgements_view(Table):
    item = ViewCol("",
                   column_html_attrs={
                       "class":
                       "col-sm-3 text-right font-weight-bold view-table-row"
                   })
    value = Col("")
Пример #4
0
class GenotypeDescription_view(Table):
    item = ViewCol("",
                   column_html_attrs={
                       "class":
                       "col-sm-3 text-right font-weight-bold view-table-row"
                   })
    value = Col("")
Пример #5
0
class JournalEntry_view(Table):
    item = ViewCol("",
                   column_html_attrs={
                       "class":
                       "col-sm-3 text-right font-weight-bold view-table-row"
                   })
    value = Col("")
Пример #6
0
class GenomicSupport_view(Table):
    item = ViewCol("", column_html_attrs={"class": "col-sm-3 text-right font-weight-bold view-table-row"})
    value = Col("")