jquery - SlickGrid custom CSS issue -


i using latest version of slickgrid , encountering issue when implementing latest jquery , jquery ui along custom ui css. have tried using jquery ui css worse results. first image custom css , second jquery ui css 1.10.4. has else experienced issue?

with custom ui.css slickgrid

with ui 1.10.4 css

apparently issue directly related bootstrap , slickgrid. issue#742 fixed adding

.slickgrid,  .slickgrid *, .slick-header-column {  box-sizing: content-box;  -moz-box-sizing: content-box;  -webkit-box-sizing: content-box;  -ms-box-sizing: content-box;  } 

to slickgrid.css file.


Comments

Popular posts from this blog

command line - Use qwinsta in PowerShell ISE -

java - Incorrect order of records in M-M relationship in hibernate -

Python website log in: BIG-IP can not find session information in the request -