Codehover initiate HTML table. Here you can adjust some HTML-style properties, and choose the type of hover effect.

ch_int(
  type = "incremental",
  css_class = "",
  table_tag_add = "",
  div_tag_add = "",
  ...
)

Arguments

type

(string) Type of hover effect, options are "one_row" or "incremental", the later highlights every prior row and the row curent hovered. Default is "incremental".

css_class

(string) Pass a CSS class name here as text to style the whole table.

table_tag_add

(string) Aditional html parameter for table tag.

div_tag_add

(string) Aditional html parameter for div tag (table container).

...

Adicional paramethers

Value

The beggining of an HTML table to be passed to the function ch_row