Dynamic cell update example (eg, stock quotes)?

Dynamic cell update example (eg, stock quotes)?

memeletmemelet Posts: 4Questions: 0Answers: 0
edited November 2012 in General
Does there exist an example that demonstrates updating specific cells dynamically, ideally with some effect as well? Specifically I'm looking for strategies on how to "select" the cell within database to update (when my javascript function is invoked due to a message from rabbitmq). Right now our data is starting from some html create by Rails. But that can be done anyway that is needed to get to dynamically updated cells.

thanks!
-barry

Replies

  • memeletmemelet Posts: 4Questions: 0Answers: 0
    Something like this: http://mleibman.github.com/SlickGrid/examples/example14-highlighting.html
  • allanallan Posts: 63,534Questions: 1Answers: 10,475 Site admin
    > updating specific cells dynamically

    fnUpdate is used to update cells - and if you have a reference to the cell then you can add an effect to it as well.

    So what you really need is a way to address each cell. An ID on each row and knowing where the columns are I would suggest as the starting point.

    Allan
This discussion has been closed.