Feature request: fire jquery event for database
Feature request: fire jquery event for database
hkdennis2k
Posts: 11Questions: 0Answers: 0
There are some "callback" from database to extens and customize the feature. However they do not cover many parts in the system.
Could you please fire some jquery event that we can do simple $.bind for listening to the following events?
for example
$.bind('datatable_updating', ...)
$.bind('datatable_updated', ...)
$.bind('datatable_ajax', ...)
$.bind('datatable_column_visible_change', ...)
Could you please fire some jquery event that we can do simple $.bind for listening to the following events?
for example
$.bind('datatable_updating', ...)
$.bind('datatable_updated', ...)
$.bind('datatable_ajax', ...)
$.bind('datatable_column_visible_change', ...)
This discussion has been closed.
Replies
This is absolutely something I want to do in future with DataTables - but it will be DataTables 2.x before it happens, and that might a while off...!
Great suggestion. Thanks.
Allan