Okay
  Public Ticket #1594661
Hiding entry fields in modal
Closed

Comments

  • Bienecaro started the conversation

    Hi, 

    just like https://tmsplugins.ticksy.com//ticket/1526584/

    I need a hidden column autofilled with var1, but I dont want the user to edit it. So I added the css as suggested in the before mentioned post. 

    However, when I put 2 or more tables on the same page ( my most common use case), the css breaks and I see the labels in the modal, on all but the first. 

    So: for the to table it works great, for all other tables it does not. 


    Is there any other way to hide the input field OR to pass the var1 into the table? It never needs to be edited in the fronend, it only ever needs to store the passed value of var1 for a new entry.


    Thanks for your help!

  •  471
    Isidora replied

    HI Bienecaro,
    Thank you for your purchase.

    Yes if you have more tables on page you have to add css for each table. When you have more tables on page, each one will have specific generated id starting from 1 in odd order(so if you have 3 tables ids will be #table_1,#table_3 and #table_5). So every input in modal have generated id concet with that table id which you can find with Inspect element of the browser.

    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

  • Bienecaro replied

    Thanks, that works...but is there any way to tell the table this is the way I always want it to behave? The number of tables shown on a page depends on user input. It would be great if I could place the code somewhere talbe-specific. 

  •  471
    Isidora replied

    HI Bienecaro,

    You re welcome. Unfortunately only option is that I provide to you in previous post. 

    Thank you for your suggestion.We carefully follow customers requirements and try to implement most of them if they appears in requests from time to time so we will add to our idea list and look into some possible solutions on plugin side for one of next versions.

    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