slickgrid uses styles with the word 'slick' in it, which is good.
But one general style it uses, interferes with a general style used in many websites:

div.odd{
  background: #F7F7F7!important;
}

So this should better be changed to include 'slick' as well.

Comments

TelFiRE’s picture

Category: feature » bug
Priority: Normal » Major

Yeah I just found this myself. This is a massive bug. Requires very hacky workaround, should be fixed ASAP IMO given how easily it could be done.