Difference between revisions of "Widget:DCTList"

From LINKS Community Center
Jump to: navigation, search
Line 341: Line 341:
 
                     title: 'Name',
 
                     title: 'Name',
 
                     field: 'name',
 
                     field: 'name',
 +
                    minWidth: 300,
 
                     formatter: function (cell) {
 
                     formatter: function (cell) {
 
                         /** @type {DCT} */
 
                         /** @type {DCT} */
Line 350: Line 351:
 
                     title: 'Functions',
 
                     title: 'Functions',
 
                     field: 'functions',
 
                     field: 'functions',
 +
                    minWidth: 300,
 
                     cssClass: 'functions-cell',
 
                     cssClass: 'functions-cell',
 
                     formatter: function (cell) {
 
                     formatter: function (cell) {
Line 365: Line 367:
 
                     title: 'Supported Platforms',
 
                     title: 'Supported Platforms',
 
                     field: 'dataSources',
 
                     field: 'dataSources',
 +
                    minWidth: 300,
 
                     cssClass: 'data-sources-cell',
 
                     cssClass: 'data-sources-cell',
 
                     formatter: function (cell) {
 
                     formatter: function (cell) {

Revision as of 15:22, 5 July 2022

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