New Data Notification
New Data Notification
fadlireizandi
Posts: 2Questions: 1Answers: 0
How to add notification when there is a new data in the table?
This discussion has been closed.
Answers
How is the new data placed into the table?
What type of indication do you want, ie, row flashing, alert message, etc?
Please provide more specifics about what you want and how the data is handled.
Kevin
I have a serverside table that can be updated by any user. i want to know if there is a new data added with a notification, maybe by allert or push message "You have a new data" (something like that)
That would be entirely up to your application. If you are using
row.add()
orrows.add()
to tell DataTables about the new data, just call whatever notification code you want after you call that method. Are you using a socket to get the updated data from the server?Allan