Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8726925
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T08:20:40+00:00 2026-06-13T08:20:40+00:00

I am confused which plugin I should use with datatable jquery. My problem is

  • 0

I am confused which plugin I should use with datatable jquery. My problem is I cannot find any answer that solve all my problems (I have suffered more than 4 hours now). Sorry if this problem has been already addressed countless times…

I have a table with >10000 rows from a mysql database, I wanna add a cell Inline editing on a specific column and so I found two existing methods.

  1. http://datatables.net/examples/api/editable.html
  2. http://jquery-datatables-editable.googlecode.com/svn/trunk/inline-edit.html

My question is what are the differences ? Which one requires which js scripts as inputs (I got confused and added all of them at the end)…
I have the feeling that some are outdated and doesn’t work anymore with the most recent versions. Or maybe I am mixing both of them, so nothing works at the end.

Jeditable (it doesn’t work in my hand. when I click on any cell in the table, nothing happens)

$("#example.", oTable.fnGetNodes()).editable( 'php/editable_ajax.php', {
                    "callback": function( sValue, y ) {
                        var aPos = oTable.fnGetPosition( this );
                        oTable.fnUpdate( sValue, aPos[0], aPos[1] );
                    },
                    "submitdata": function ( value, settings ) {
                        return {
                            "row_id": this.parentNode.getAttribute('id'),
                            "column": oTable.fnGetPosition( this )[2]
                        };
                    },
                    "height": "14px"
                });

Editable (When I click, editing event works, but the value is not updated in the database, except if editable_ajax.php contains full mysql query, but then the page is not reloaded)

$('#example').dataTable().makeEditable({
                    sUpdateURL: "php/editable_ajax.php",
                    "aoColumns": [
                        null,
                        {
                            indicator: 'Saving CSS Grade...',
                            tooltip: 'Click to select CSS Grade',
                            loadtext: 'loading...',
                            type: 'select',
                            onblur: 'submit',
                            data: "{'':'Please select...', '1':'Yes','0':'No'}" 
                        }
                    ]
                });

PHP server side

<?php
    echo $_POST['value'].' (server updated)';
?>

One last question, is there one of them that handles more efficiently datatable with lots of row ? (it takes already 30 sec to load it).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T08:20:41+00:00Added an answer on June 13, 2026 at 8:20 am

    The following prerequisite setup instructions tell me that you definitely need both jeditable and dataTables to make dataTables.editable work. jquery-datatables-editable

        <script src="/Scripts/jquery-1.4.4.min.js" type="text/javascript"></script>
        <script src="/Scripts/jquery.DataTables.min.js" type="text/javascript"></script>
        <script src="/Scripts/jquery.jeditable.js" type="text/javascript"></script>
        <script src="/Scripts/jquery-ui.js" type="text/javascript"></script>
        <script src="/Scripts/jquery.validate.js" type="text/javascript"></script>
        <script src="/Scripts/jquery.DataTables.editable.js" type="text/javascript"></script>
    

    And by process of elimination, we can assume that you can jeditable is used solely with dataTables. Look at the source of this example and you can see only dataTables and jEditable have been used.

    I’m not too sure about the differences, but I believe dataTables.editable provides an interface to some common functions between editable and dataTable (and jValidate) to make it easier to implement.

    This plugin integrates several plugins such as JQuery DataTables, JQuery Editable, JQuery Validation plugins and implement common data management functionalities.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am confused about which collection type that I should return from my public
I'm a little confused as to which one I should use. I think either
This is a continuation of Confused as to which Prototype helper to use .
I am really confused now on how and which method to use to return
Maybe that's silly, but I'm confused again when trying to find appropriate names for
I am confused about js file of jQuery which one i have downloaded just
I'm using the Jquery plugin msdropdown http://www.marghoobsuleman.com/jquery-image-dropdown but am confused on how to change
Recently, I found out that jQuery has an official template engine which was contributed
I have read about continuency parser and dependency parser. but confused which could be
I was reading document about ARC and came across a part which confused me.Please

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.