Easiest way of changing value of input fields in a DOM Table?
Easiest way of changing value of input fields in a DOM Table?
I know the ids of these fields so I can do it with plain jquery.
But been wandering if there is a way to do it with datatables, since after sorting the order of fields change, and I would like to update the first row for example all the time.
I checked fnupdate but that is meant for the entire row, including field strings.
But been wandering if there is a way to do it with datatables, since after sorting the order of fields change, and I would like to update the first row for example all the time.
I checked fnupdate but that is meant for the entire row, including field strings.
This discussion has been closed.
Replies
Allan