different table length with pagination

different table length with pagination

rozeitzrozeitz Posts: 1Questions: 1Answers: 0

Hi,
I'd like to present a company's birthdaylist and would like to have 12 pages (one for each month). Every page should contain all employees who's birthdays are within the month.
I have columns for day, month and name.
Is this somehow possible?
Thanks in advance.
Robert

Answers

  • sandysandy Posts: 913Questions: 0Answers: 236

    Hi rozeitz,

    Unfortunately it is not possible to do this simply using the API methods for paging.

    I think you could achieve your desired results by using a custom filter function and setting up a set of buttons, one for each month. You could then just arrange the buttons as though they were for pages.

    Hope this helps,

    Sandy

This discussion has been closed.