TABLEON - WordPress Posts Table Filterable

tableon()->get_field_options()

This function allows to get a column options of any table by table ID. Example:

 

table23_print_window_height

This is JavaScript variable for print popup window height. Define it on the site footer (wp_footer) like: var table23_print_window_height=800;  

table23_print_window_width

This is JavaScript variable for print popup window width. Define it on the site footer (wp_footer) like: var table23_print_window_width=800;  

table23_do_not_print

This is JavaScript variable for print popup window excluded columns. Define it on the site footer (wp_footer) like: var table23_do_not_print=[‘my_col1’, ‘my_col2’]; Example:

 

TABLEON_HELPER::draw_html_item($tag_name, $tag_attributes, $tag_content)

This function returns drawn HTML tag with attributes and its content Example:

first param: tag name second param: tag attributes third param: tag content