override/rename sSearch_(int)?

override/rename sSearch_(int)?

ketavketav Posts: 2Questions: 0Answers: 0
edited March 2012 in DataTables 1.9
Is there any way i can override or rename column names from sSearch_0, sSearch_1 etc.. to something else. so when i submit (or on blur event) I can use new column names on server side.

Thanks

Ketav

Replies

  • ketavketav Posts: 2Questions: 0Answers: 0
    sorry my question is little confusing. please disregard my previous post if it doesn't make any sense. I just want to rename/override column names as well as column filter names. Is that possible?

    Problem is I have too many data tables in different pages of my application. And writing Mapping code in Java for each pages is little pain. I am trying to build central controller to map DataTable Columns to Database Column in a HashMap object.

    Ketav
This discussion has been closed.