fire an event based on cell value
fire an event based on cell value
Sradesign
Posts: 25Questions: 4Answers: 1
Hi Allan
in my datatable I have one column which contain a date-time and I want to run a popup alert based on that event for example : check the datatable every 1minute if there is any record which their date-time cell is equal with current time fire a popup with their record_id
Best Regards,
Ali.M
This discussion has been closed.
Replies
any suggestion?
Allan don't you have any Idea about this?
You could simply have an interval timer that will loop over the data in the table, if it finds a match then it will perform whatever action you need.
Allan