Ajax source, using jeditable

Ajax source, using jeditable

karthik00_7karthik00_7 Posts: 3Questions: 0Answers: 0
edited June 2013 in General
I am using an ajax source.. I am not able to edit my table using jEditable plugin..I have surfed all the examples..They use data from html itself..Need help. Thanks for any information..

Regards,
Karthik

Replies

  • JanuszJasinskiJanuszJasinski Posts: 36Questions: 0Answers: 0
    You really do need to provide much more information that this I'm afraid. Can you show us an example of what you mean?

    http://datatables.net/examples/api/editable.html
  • karthik00_7karthik00_7 Posts: 3Questions: 0Answers: 0
    ID
    Rendering engine
    Browser
    Platform(s)
    Engine version
    CSS grade






    ID
    Rendering engine
    Browser
    Platform(s)
    Engine version
    CSS grade



    $(document).ready(function() {


    var oTable = $('#table').dataTable(
    {
    "sDom" : '<"top"flip>rt<"bottom"<"clear">',
    "bAutoWidth" : false,
    "bProcessing" : true,
    "sAjaxSource" :'source/arrays.txt'
    }
    );

    } );
  • karthik00_7karthik00_7 Posts: 3Questions: 0Answers: 0
    I am not using any databases..Jus a txt file as a source..I think u got me..!
This discussion has been closed.