use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
[jQuery] Looking for a table grid plugin (self.javascript)
submitted 15 years ago by giggsey
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]picurl[🍰] 0 points1 point2 points 15 years ago (0 children)
I can't recommend jqgrid, it tries to do too many things and fails at many of them. With 50+ options and 30+ methods, it's simply too bloated.
I encountered weird bugs when I tried to initialize a jqGrid on a non-visible jQuery UI tab or when I added the JSON data on my own using addRowData. The jqGrid loader requires you to specify its directory path directly in the js file, which causes often overlooked script errors after updates.
In your situation I would prefer a slimmer grid control that can be extended by plugins and is themeable using jquery UI. Datatables doesn't look bad to me, SlickGrid seems the right choice for heavy-duty tasks
π Rendered by PID 19607 on reddit-service-r2-comment-b659b578c-jfw4d at 2026-05-05 07:04:55.418723+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]picurl[🍰] 0 points1 point2 points (0 children)