Search found 1 match
- July 13th, 2010, 11:42 pm
- Forum: Templates
- Topic: Another ExtJS template.
- Replies: 40
- Views: 67029
Re: Another ExtJS template.
This is because it pulls all the data (even the data you are not seeing) every second. This has to be changed. It doesn't make sence to pull date for a table, which is not showing. I also need to implement a function, where you can change the update rate of the data. At this point, it is a good ide...