column filter srangeformat

column filter srangeformat

praveenapraveena Posts: 4Questions: 0Answers: 0

Hi Team,

I am using column filter pulgin for jQuery DataTables Advanced Filtering in ASP.NET MVC by referring this url http://jquery-datatables-column-filter.googlecode.com/svn/trunk/numberRange.html

Problem:
How to change srangeformat text dynamically(or customize) in each page
like for ex : sRangeFormat = "from {from} to {to}";
Instead of above format I want to add header name(using dictionary items) to "from" text
Example if my header name of a column is Salary it should show Salary from {from} to {to}

$('#example').dataTable().columnFilter({ sPlaceHolder: "head:after",
aoColumns: [
{ type: "number-range" },
{ type: "text" },
{ type: "number-range" }
]
});
we are using version 1.10.
thanks In advance

Replies

  • praveenapraveena Posts: 4Questions: 0Answers: 0

    it is bit urgent please help me ASAP

This discussion has been closed.