김
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?
What can I do?
Attachments
- MSAnsweredHello,
> 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 - 김AnsweredThank you^^
- Login to Reply