Feature request: fire jquery event for database

Feature request: fire jquery event for database

hkdennis2khkdennis2k Posts: 11Questions: 0Answers: 0
edited June 2010 in General
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', ...)

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Hi hkdennis2k,

    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
This discussion has been closed.