Question: How do I use id values in other column

How do I use id values in other column

When you click the Delivery Status button in the delivery list, you want to change the delivery status. I would like to use the only db table id value as the id value for the delivery status

김진수

Asked
When you click the Delivery Status button in the delivery list, you want to change the delivery status. I would like to use the only db table id value as the id value for the delivery status button. For example, in id = "deli_5", 5 is the ID value.
What can I do?
  • MS

    Mian Saleem

    Answered
    Hello,

    > Please be informed that we don't offer support for modifications and modified versions, you are allowed to modify the item as your own risk as per license.

    I have no idea, how you gonna get the id there. Instead you can get the id on click event by `$(this).closest('tr').attr('id')`, If you need help with code snippet, please [open paid ticker here](/support/tickets/new).

    Thank you
  • 김진수

    Answered
    Thank you^^
  • Login to Reply