Search
-
Search broken with Foreign Key many-to-many field
by jweiskittel ·var table = $('#Meetings').DataTable({ "lengthMenu": [ [25, 50, 100, -1], [25, 50, 100, "All"] ], -
DataTables eDITOR - disable edit button when certain row value is selected
by rainolf ·found a syntax error cause #meetings must be replaced to meetings withou #. -
DataTables eDITOR - disable edit button when certain row value is selected
by rainolf ·var oTT = TableTools.fnGetInstance( '#meetings' ); -
Create a function if something is really edited
by rainolf ·editor.on('initEdit', function () { oTable = $('#meetings').dataTable(); var sData1 = oTable.fnGetData(this.s.editRow); Now how can i retrieve the current field value??? }); edito