Okay
  Public Ticket #1364478
Delete row by condition?
Closed

Comments

  • Yuriy started the conversation

    Hi, your wpDataTables is amazing.

    I have one question. Is it possible to delete row by condition?

    For example, if there are some values more than $5000 in Column X then hide all rows, where these values exist?

  • [deleted] replied

    Hi Yuriy,
    Thank you for the inquiry.

    Something exactly like that is not possible, but as a workaround you can try to use conditional formatting. You can add some custom class (e.g. hidden) on the rows where value is more than 5000. Then you should add display property that will have value 'none' for that class in your custom CSS.

    You can try our sandbox site: Front-end & Back-end - you can find a fully functional version there to try out all plugin features.