Hello Bubblers,
I have this input elements with type date & time picker.
We have javascript code to handle the change in value of a input field. When that input field type value changes we want to update that value in the database.
The problem i’m facing here is, using that javascript code i’m not able to get the current cell object or current cell index.
So is there any work around for this ?
I have tried it implementing like, whenever the date time picker values changes , will update the input field (which is hidden) in the same group and will handle it like whenever input field value changed event triggers will make changes in database. Somehow that value of input field is getting updated but input field value changed event is not trigerring. And that why i’m not able to make chnages in database.
Please guide me with this.