0 Replies Latest reply: May 20, 2014 4:39 AM by sp215 RSS

    Hide repeating column in table

    sp215 Community Member

      I have a table wrapped in a subform which allows the user to add/delete multiple rows, I want to use a button to hide a column in the table once the use has finished adding/deleting rows.

       

      I have tried:-

      xfa.resolveNodes("Tables.Table1.Row[*].deleteBtn").presence="hidden";

       

      Any help would be appreciated