As previously announced via banners and our newsletters, support is no longer available through this platform.

For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.

You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.

Paid customers: Please log in to your store account for support.

Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com

Okay
  Public Ticket #2800085
Duplicates cell
Closed

Comments

  •  1
    Tymek started the conversation

    Is it possible to search for duplicates while typing?

    https://imgur.com/a/ULOxpHY

  • [deleted] replied

    Hi Tymek

    Thank you for reaching out to us.

    The plugin doesn't have any features that would look for existing data, and disable editing if there already exists an entry like that. You can, however edit a field in the database, adding a unique constraint, like this:

    ALTER TABLE myTableName ADD CONSTRAINT UQ_MyTable_Name UNIQUE (columnName)
    

    And it will not allow anyone to add the same name or example if it already exists in the table.

    I hope this helps, do let us know if there is anything else we can assist you with.

  •  1
    Tymek replied

    Thanks!

  • [deleted] replied

    You are most welcomesmile.png

    If there is anything else we can assist you with please don't hesitate to open a new ticket, we will gladly help.

    Have a wonderful day!