jEditable Server-Side edit issue

jEditable Server-Side edit issue

naznaz Posts: 3Questions: 0Answers: 0
edited March 2011 in TableTools
hi,
i am facing a problem with jEditable .i am retrieving the result from the server side and now i want to make column edit able . when i merge the code for jeditable as mention on the jeditable.html it dosent work .can some one help

[code]
$.fn.dataTableExt.oApi.fnFilterClear = function ( oSettings )
{

oSettings.oPreviousSearch.sSearch = "";

/* Remove the text of the global filter in the input boxes */
if ( typeof oSettings.aanFeatures.f != 'undefined' )
{
var n = oSettings.aanFeatures.f;
for ( var i=0, iLen=n.length ; i

Replies

  • PatriciaPatricia Posts: 9Questions: 0Answers: 0
    I am trying to accomplish the same and haven't been successful. Did you find a solution?
This discussion has been closed.