Sevi,
DraggableView table is setup and works flawlessly w/o pagination. I set the items per page to 10 maximum and turned on full pager w/ ajax.
I have 11 records of the same content for this view and 10 should render one the first page.
For some reason the table still renders EVERY record on the front page, including the pager to the second page?
Expected result:
Records 1 - 10 on first page and record #11 on the second page.
Actual result:
EVERY record on the first page, and if you click through the second page it renders the last 5 records in the table????
Attached screenshot:
http://www.shackpics.com/files/DraggableViewBUG_q3mgecb1fjneiumz421w.jpg
This is likely the last of the major issues :)
Comments
Comment #1
Woggers commentedTry this screenshot, above link seemed dead?
http://www.shackpics.com/files/DraggableViewBUG_y107wmee3x19u3kebags.jpg
Comment #2
sevi commentedNo they aren't broken. That's just how it should work.
The idea is that 3 rows of the previous page and 3 rows of the next will be shown. This makes it possible to drag from one page to another. For some reason the stylesheet doesn't get loaded in the live preview. But when you click save all rows of other pages should appear in different colors. (Look http://83.64.250.36/drupal/draggable to see an example).
Furthermore there'll be shown as many nodes as needed to prevent a "cut-off" of a parent node. (if a parent has many child nodes)
Comment #3
Woggers commentedNo they aren't broken. That's just how it should work. The idea is that 3 rows of the previous page and 3 rows of the next will be shown. This makes it possible to drag from one page to another.
Ah. So whatever Items Per Page is set to, the resulting table with give items + 3 ? Makes sense now and testing further shows that's seems to be how it goes. Good stuff!
Thanks Sevi!
I think I need to make a post into the Documentation thread since a lot of expected functionality seems to be undocumented. heh
Cheers!
st.
Comment #4
Woggers commentedNon-issue. See expected functionality post by sevi.
Expected functionality should be added to documentation.