• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Implementing a table similar to GMail inbox

 
clojure forum advocate
Posts: 3479
Mac Objective C Clojure
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey,
I have to develop a table (a panel, a widget or what ever you may call) similar to GMail Inbox.
I mean, new arriving messages should be highlighted and pushed to the top of the table.
This is the first time I'm been asked to code such a thing.
Would you please give me some tips?
The application is Grails and jQuery
Does jQuery has plugin that already do this?
Thanks for help and time.
 
Ranch Hand
Posts: 15304
6
Mac OS X IntelliJ IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
John, you've been around here long to enough to know you're not going to get great answers to "how should I code my project" type questions. ;) Adding new rows to tables using jQuery is pretty straight forward. Google can tell you how. Also, look at this for highlighting. As far as existing plugins, I don't know of any gmail specific behavior plugins but I really like jqgrid for most of my data table needs.
 
Hussein Baghdadi
clojure forum advocate
Posts: 3479
Mac Objective C Clojure
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Gregg,
I wasn't asking for code or something like, I was asking about tips or suggestions how to implement it because I'm less than a beginner when it comes to JavaScript.
Any way, thanks for your time and help.
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please check this out - Gmail Style Message Inbox Design with jQuery & CSS
 
reply
    Bookmark Topic Watch Topic
  • New Topic