General question

Is there a way of getting the schedules and roster to when they get to a certain number go to a new page? So you don’t have a real long list on one page? I think this would benefit a lot of VA owners too.

Cheers

Dan C

The only problem is that it’s sorted by hub, so that makes it tricky.

There are a few jquery addons, one called tablesorter, that you can implement into your template fairly easily.

http://tablesorter.com/docs/

http://tablesorter.com/docs/example-pager.html

As you can see on the bottom. If you need help implementing, post away. Though I can consider implementing it as standard for the next update.

I know your a very busy man Nabeel, but if you ever find time to implement this tablesorting feature into a future update of PHPVMS I think it would be very handy searching tool and would enhance to professional feel of PHPVMS.

Thanks for doing what you do :slight_smile:

In where, the front-end?

It should just be a matter of adding

<table class=“tablesorter”>

I think