openpsa / jsgrid

Fork of last jqGrid version before license change
http://openpsa.github.io/jsgrid/
Other
28 stars 12 forks source link

optimizing css in grid #6

Open bouks opened 9 years ago

bouks commented 9 years ago

Avoid styling things which should not be in html (and therefore in the js code).

smartcorestudio commented 9 years ago

Don't you plan to get rid of jQueryUI at all in the far future? As for me now it looks a bit outdated

flack commented 9 years ago

@smartcorestudio Yes, I think so, too. But jquery ui is not really very integrated anyways. The base css doesn't include anything specific (but of course it uses jquery ui classnames), so if you don't load the jquery.ui theme file, you can completely customize the look.

What I would like is if we had a more modern theme as an alternative in the repo. Then the users could decide which one to use. With a bit of less magic, it might even be possible to build something on top of boostrap.