We're Moving to a New Support Platform – Starting June 1st!

We’re excited to let you know that starting June 1st, we’ll be transitioning to a new support system that will be available directly on our product websites – Amelia, wpDataTables, and Report Builder. In fact, the new support platform is already live for Amelia and wpDataTables, and we encourage you to reach out to us there.

You'll always be able to reach us through a widget in the bottom right corner of each website, where you can ask questions, report issues, or simply get assistance.

While we still do not offer live support, a new advanced, AI-powered assistant, trained on our documentation, use cases, and real conversations with our team, is there to help with basic to intermediate questions in no time.

We're doing our best to make this transition smooth and hassle-free. After June 1st, this current support website will redirect you to the new "Contact Us" pages on our product sites.

Thanks for your continued support and trust – we’re excited to bring you an even better support experience!

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.



  •  472
    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.

  •  472
    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