Sorry, the documentation was not clear on the subject of default options. I am going to update it.
The default options for parameters that accept color codes are as follows:
altColor : '#ECF6FC',
bgColor: '#FFFFFF',
hoverColor : '#BCD4EC',
hiliteColor : 'yellow'.
Also, 'none' is not a valid value. Only HTML color codes or named colors are.
There is some logic to your assumption that by default the color parameters should be turned off. However, I chose in favor of the easiest plugin initialization, and that meant making some assumptions about the default colors.
Coming back to your question about turning off hiliteColor or hoverColor parameters, you should set them equal to your table background color to make them invisible.
Hope this clears up your questions.
Default options
Sorry, the documentation was not clear on the subject of default options. I am going to update it.
The default options for parameters that accept color codes are as follows:
altColor : '#ECF6FC',
bgColor: '#FFFFFF',
hoverColor : '#BCD4EC',
hiliteColor : 'yellow'.
Also, 'none' is not a valid value. Only HTML color codes or named colors are.
There is some logic to your assumption that by default the color parameters should be turned off. However, I chose in favor of the easiest plugin initialization, and that meant making some assumptions about the default colors.
Coming back to your question about turning off hiliteColor or hoverColor parameters, you should set them equal to your table background color to make them invisible.
Hope this clears up your questions.