jEditable Server-Side edit issue
jEditable Server-Side edit issue
naz
Posts: 3Questions: 0Answers: 0
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
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
This discussion has been closed.
Replies