CRUD for edit table (ADD and DELETE button) but I have an error on JS

CRUD for edit table (ADD and DELETE button) but I have an error on JS

robertino_salemirobertino_salemi Posts: 13Questions: 0Answers: 0
edited March 2014 in DataTables 1.9
HI!
I want use [url=http://jquery-datatables-editable.googlecode.com/svn/trunk/index.html]this[/url] for edit my DataTables.

I have included all JS file
I have associated and ID to my table
I have declared my table whit: oTable = $('#tableToShow').dataTable().makeEditable()
I have add to toolbar with

With Firebug I have this error (jquery.dataTables.editable.js):
[code]
TypeError: $(...).live is not a function
$(".table-action-deletelink", oTable).live("click", _fnOnRowDeleteInline);
[/code]

Why?
Thanks.

Replies

  • allanallan Posts: 61,885Questions: 1Answers: 10,140 Site admin
    That library is a 3rd party plug-in for DataTables. You will need to ask in that projects issue tracker if you are having problems with it.

    Allan
  • robertino_salemirobertino_salemi Posts: 13Questions: 0Answers: 0
    Sorry, thanks! :)
This discussion has been closed.