8000 Is it possible with infinite scroll function? · Issue #13 · giotiskl/filterizr · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Is it possible with infinite scroll function? #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ceresyuyi opened this issue May 9, 2016 · 4 comments
Closed

Is it possible with infinite scroll function? #13

ceresyuyi opened this issue May 9, 2016 · 4 comments

Comments

@ceresyuyi
Copy link

Description:

  1. User can filter the items or scroll down the page.
  2. If user filtered the items, while the page is scrolling down, new items attached to the page, and is filtered accordingly. The page will return some strings when data end.
  3. User also can scroll down the page, then reach for the filters. Next, it will filter accordingly.

Current Situation:

  1. I am using php to pull the data from mysql and display it on page. Pagination is used for view more data.

How to do so easily? Use Ajax? I am newbie in JQuery.
So sorry if the question sounds dumb...

@giotiskl
Copy link
Owner
giotiskl commented May 9, 2016

Hello @ceresyuyi,

this is currently something that will not be easily do-able but I'm looking into implementing functions to add and remove items dynamically to your Filterizr gallery in an upcoming patch.

@matmar-91
Copy link

When do you plan to add this feature?

@giotiskl
Copy link
Owner

@matmar-91 there's no concrete date yet but sometime during the summer, unfortunately I've got too much on my plate right now

@giotiskl
Copy link
Owner

This feature is now added in 1.3.0.

You simple need to call the method filterizr.filterizr('insertItem', $newItem);, where the $newItem argument will be a jQuery node of your new item to add to the grid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
0