Skip to main content

All Questions

-1 votes
1 answer
160 views

JqxGrid Virtual scrolling and pagination

As the user scrolls up, in this scenario should request go again and get new data or it shows previously loaded data? In my case every time a new request has gone to the server. How I handle it?
Vikram Shekhawat's user avatar
2 votes
1 answer
538 views

ui-scroll for long text virtualising

What is the best way of showing a very long text (in MBs) using ui-scroll ? The text is available in the form of an array but needs to be displayed as a long text document just like a textarea. I'm ...
user4848830's user avatar
2 votes
1 answer
821 views

Adding item at top of a list using Angular UI-Scroll

I am using Angular UI scroll. The example I am following is this one . It has a demo page here. It has a function to add a list item at specific position. Following is the excerpt of the code: ...
van's user avatar
  • 633
7 votes
2 answers
10k views

How can I make an virtual scroll with angularJS?

I'm trying to make a directive that I can do a virtual scroll, so as the user scrolls the table, the table remove "old" views and add "new" views, kind like of collection repeat but I've been failing, ...
João Pedro Segurado's user avatar
3 votes
2 answers
4k views

How can I use "ui-scroll" with my own data?

I'm trying to create a infinite scroll feature in my application but it feels a bit abstract. I want to use ui-scroll and this fiddle shows a simple example of how it works. I've read the readme and ...
Peter Boomsma's user avatar
1 vote
1 answer
860 views

Prevent angular-ui ui-scroll from loading in hidden div

I have an angular-ui ui-scroll directive (1.3.0) living in a div that is hidden by default with an ng-show. When it is hidden, ui-scroll just keeps loading data from the datasource even though the ui-...
Mark Nadig's user avatar
  • 5,118
3 votes
1 answer
2k views

Filtering Angular-ui Scroll

I am trying to implement infinity type scrolling on a simple grid. Html is like this: <div class="text-center" style="background-color:#eee;"> <H2 style="margin-top:0px;">Customer ...
user avatar