The plugin treats rows as single elements, and sets their styles. In your case, since you set the style for individual td elements, it overrides the plugin style-setting code. Try setting the style for rows instead.
More information about formatting options
The plugin treats rows as
The plugin treats rows as single elements, and sets their styles. In your case, since you set the style for individual td elements, it overrides the plugin style-setting code. Try setting the style for rows instead.