Difference between revisions of "Widget:DCTList"

From LINKS Community Center
Jump to: navigation, search
Line 89: Line 89:
 
             filter: grayscale(1);
 
             filter: grayscale(1);
 
             opacity: .25;
 
             opacity: .25;
 +
        }
 +
        #dct-tabulator .tabulator-row .tabulator-responsive-collapse {
 +
            padding: .5em 0 1.5em 0;
 +
            border: 0 none;
 
         }
 
         }
 
     </style>
 
     </style>
Line 341: Line 345:
 
                     title: 'Name',
 
                     title: 'Name',
 
                     field: 'name',
 
                     field: 'name',
                     minWidth: 300,
+
                     minWidth: 300, // required for responsiveness when using fitColumns
 
                     formatter: function (cell) {
 
                     formatter: function (cell) {
 
                         /** @type {DCT} */
 
                         /** @type {DCT} */
Line 351: Line 355:
 
                     title: 'Functions',
 
                     title: 'Functions',
 
                     field: 'functions',
 
                     field: 'functions',
                     minWidth: 300,
+
                     minWidth: 300, // required for responsiveness when using fitColumns
 
                     cssClass: 'functions-cell',
 
                     cssClass: 'functions-cell',
 
                     formatter: function (cell) {
 
                     formatter: function (cell) {
Line 367: Line 371:
 
                     title: 'Supported Platforms',
 
                     title: 'Supported Platforms',
 
                     field: 'dataSources',
 
                     field: 'dataSources',
                     minWidth: 300,
+
                     minWidth: 300, // required for responsiveness when using fitColumns
 
                     cssClass: 'data-sources-cell',
 
                     cssClass: 'data-sources-cell',
 
                     formatter: function (cell) {
 
                     formatter: function (cell) {

Revision as of 15:33, 5 July 2022

Development verstion of the DCT List.
Not ready for production!