| Method | Arguments | Description |
|---|---|---|
| ctSearchFocus | table_id | handle the opacity of the search string |
| ctSearchBlur | table_id | handle the opacity of the search string |
| ctSearchKeypress | table_id | handle the opacity of the search string |
| ctSearch | table_id | does the search |
| ctMultiSearch | table_id | does the advanced search |
| ctShowAdvancedSearch | table_id | Show or hides the advanced input boxes |
| ctItemsPerPage | table_id | called when item per page are changed and saves the last items per page |
| ctSort | table_id,sort_column | builds the sort string to pass to the table. sort_column - integer corresponding to the column number |
| ctActions | table_id | called when actions are changed |
| ctPager | table_id,page | the pager should call this method to indicate wich page is to show page - number of the page to show |
| ctSubmitForm post version |
table_id,sort,page, pass_total_items | submit the form with all the information about the table and its components table_id - id of the table to update |
| ctSubmitForm ajax version |
table_id,page, pass_total_items,reload_option | submit the form with all the information about the table and its components table_id - id of the table to update |
| onInit | null | called on initialization of the ctSubmitForm |
| onComplete | null | called on finalization of the ctSubmitForm |