Hi there, I am trying to implement Footable into my websites, I encounter a problem with using append or prepend. Every time I append a new row into the data table. It did not redraw and check if the current page is fully occupied with data. How can I work around this error?
I am using a Facebook API to do this, where every income message is detected. it will send to my website and display. The problem is that it does not auto-paginate once it reached the max paginate value. only if I refresh my page then it will show correctly
Hi there, I am trying to implement Footable into my websites, I encounter a problem with using append or prepend. Every time I append a new row into the data table. It did not redraw and check if the current page is fully occupied with data. How can I work around this error?
I am using a Facebook API to do this, where every income message is detected. it will send to my website and display. The problem is that it does not auto-paginate once it reached the max paginate value. only if I refresh my page then it will show correctly
Thanks for taking your time.