Search
-
Editor: Hide field in form, but have it editable in table
by rf1234 ·} } }, table: "#tblCashFlow", formOptions: { inline: { submit: 'allIfChanged', onBlur: 'submit' -
Inline editing with hidden editor fields
by rf1234 ·// Activate an inline edit on click of a table cell $('#tblCashFlow').on( 'click', 'tbody tr.inlineRepaymentInterest td.inlineCashFlow', function (e) { cashFlowEditor.inline( this, { -
postSubmit and SubmitSuccess events can block each other
by rf1234 ·if ( action === 'remove' ) { $('#tblCashFlowContainer, #tblFixedContainer, #tblVariableContainer').addClass("hidden"); } if ( action === 'remove' || a -
Datatable Editor :: Showing old value on clicking any other cell
by Saira ·Here is the Datatable debugger link https://debug.datatables.net/akezen. We have 6 tables on page, encountering above mentioned issue with #tblCashFlowAnalysis -
Inline Editing Bug, Editor 1.7.2
by rf1234 ·} } }, table: "#tblCashFlow", formOptions: { inline: { submit: 'allIfChanged' } }, fields: [{ type: "hid -
Adding a class to a row on DataTables initialization
by rf1234 ·var cashFlowTable = $('#tblCashFlow').DataTable({ dom: "Bfrltip", ajax: { url: 'actions.php?action=tblCashFlow', type: 'POST', data: function (d) { -
Problem sorting formatted numbers
by allan ·Looking at the debug trace for #tblCashFlow, it shows that there is a row with the following data: -
Problem sorting formatted numbers
by rf1234 ·I sort the 4th Table (#tblCashFlow) by column 5 Amount Remaining cashflow.amount_remaining -
Problem sorting formatted numbers
by rf1234 ·The page has 5 tables. I sort the 4th Table (#tblCashFlow) by column 5 Amount Remaining cashflow.amount_remaining -
rows().every() not working
by rf1234 ·var cashFlowTable = $('#tblCashFlow').DataTable({ dom: "Bfrltip", ajax: { url: 'actions.php?action=tblCashFlow', type: 'POST', data: function (d) {