How to implement infinite scrolling in table data by using php and jquery?
Asked
Active
Viewed 1,101 times
2 Answers
1
It sounds like you want us to do your work! Please try to find a solution and ask why it's not working and provide your code.
To point you in the right direction:
- check if the user is an the end of the page Alert using Jquery when Scroll to end of Page
- do an ajax call to your php script http://api.jquery.com/jQuery.ajax/
- generate the HTML code or an JSON response in your php code
- add the HTML data to the table or generate the the new rows from the JSON response
0
If you mean scrolling text, you could put some scrolling text into a div and put that into a table cell. See my answer here:

Community
- 1
- 1

Aram Kocharyan
- 20,165
- 11
- 81
- 96