• Resolved myntillae

    (@myntillae)


    I needed to add some new rows to the table and when I did so I was anticipating it would let me drag or reorder the rows somehow, but it didn’t allow me. I figured how to add rows where I want the content to be, but it won’t let me delete the extra rows at the bottom of the table. How do I do this without having to recreate the whole table again?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author supsystic

    (@supsysticcom)

    I understand your concern. It seems that the plugin does not provide the option to reorder or delete rows directly within the interface. However, there’s a workaround you can try using the Developer Console.

    Please follow these steps:

    1. Open the Developer Console in your browser. You can usually do this by right-clicking on the page, selecting “Inspect” or “Inspect Element,” and then navigating to the “Console” tab.
    2. In the Developer Console, locate the HTML element corresponding to the row you want to delete. It should be similar to the structure shown in screenshot1.
    3. Once you’ve identified the correct row, you can delete it by right-clicking on its HTML element and selecting “Delete” or using the remove() method.
    4. After deleting the unwanted row, ensure to save the changes to your table.

    Please note that making changes via the Developer Console requires some familiarity with HTML and may have limitations depending on the complexity of your table.

    If you encounter any difficulties or need further assistance, don’t hesitate to reach out.

    For reference, here are the links to your screenshots:

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.