Okay
  Public Ticket #1617033
Column Width Option missing
Closed

Comments

  •  1
    Aditya started the conversation

    Hi Team,

    Basic option of setting the Column Width is missing in all tables. Also, I can find 'Group Column' activated for only first table and not in any other table which are created later. Eg in the attached file this is table 2 and hence no 'Group Column' feature activated and column width is also missing.



  •  471
    Isidora replied

    HI adityalele55,
    Thank you for your purchase.

    I guess you create tables with server side processing where this option is disable because when is turn on with server side processing, row grouping works, but other features of plugin can have unexpected behavior.

    If you still want to enable it you have to make some changes in file /plugins/wpdatatables/assets/js/wpdatatables/admin/table-settings/column_config_object.js around line 945

     wpdatatable_config.server_side == 1 ? jQuery('div.wdt-group-column-block').hide() : jQuery('div.wdt-group-column-block').show();

    Just make comments like in code below 

    // wpdatatable_config.server_side == 1 ? jQuery('div.wdt-group-column-block').hide() : jQuery('div.wdt-group-column-block').show();

    Also you have to make some changes in file :

    /plugins/wpdatatables/assets/js/wpdatatables/admin/table-settings/main.js around line 739

    wpdatatable_config.columns[i].groupColumn = 0;

    Just make comments like in code below 

    // wpdatatable_config.columns[i].groupColumn = 0;

    This will be overwritten in next update so you have to return here and make changes again.


    Kind Regards, 

    Isidora Markovic

    wpDataTables: FAQFacebookTwitterFront-end and back-end demoDocs

    Amelia: FAQFacebookTwitter |  Amelia demo sites | Docs

    You can try our wpDataTables add-ons before purchase on these sandbox sites:

    Powerful FiltersGravity Forms Integration for wpDataTablesFormidable Forms Integration for wpDataTables

  •  1
    Aditya replied

    Hi Milan,

    Thanks for the response. I saw the answer is related only to Group Column. I was also looking for Column width feature which is missing in all the tables. Request your expert guidance for Column width issue.

  •  471
    Isidora replied

    Hi adityalele55,

    Option Column width is available when you turn on option Limit table width on DISPLAY tab in table settings.

    Kind Regards, 

    Isidora Markovic

    wpDataTables: FAQFacebookTwitterFront-end and back-end demoDocs

    Amelia: FAQFacebookTwitter |  Amelia demo sites | Docs

    You can try our wpDataTables add-ons before purchase on these sandbox sites:

    Powerful FiltersGravity Forms Integration for wpDataTablesFormidable Forms Integration for wpDataTables