gosuri/uitable

Update table with response.

KeizerDev opened this issue · 2 comments

How can I update my table when fetching some information from any web source.
For example:

1    -   -
2    -   -

Should turn into

1  bar   foo
2  Foo   bar

Is this possible with the current lib?

In realtime? use it along with uilive -- http://github.com/gosuri/uilive

Yes. That's actually what I needed! Thanks!