Sim Dynasty

View Old Forum Thread

Old Forum Index » Baseball Beta Testing » Beta News » Extra headers on waiver wire
celamantia

Extra headers on waiver wire

December 13, 2009 at 05:32AM View BBCode

On the Waiver Wire page, there are now extra headers every tenth row (unless there are fewer than 15 players on the wire). Although this sounds simple, it actually required some heavy lifting since this is a sortable table. It required modifications to the sorter functions, so please be on the lookout for strangeness on any sortable tables, not just this page.

Thanks!

--Chris
dunn_acolyte

December 13, 2009 at 06:28AM View BBCode

When I try to sort by age there is a glitch all of the headers are listed then the players. Also happened when sorting by position.

[Edited on 12-13-2009 by dunn_acolyte]
celamantia

December 13, 2009 at 06:34AM View BBCode

It sounds like you did not get the latest version of the code; you may need to CTRL-Refresh or flush your cache to update the code.
tworoosters

December 14, 2009 at 01:46AM View BBCode

Works fine for me.
Shaheen

December 15, 2009 at 03:46PM View BBCode

It works fine for me with IE 8 and Firefox. My slow system runs Firefox sometimes I can see it draw the headers after all the players are listed but it is not really noticable.
celamantia

December 15, 2009 at 11:29PM View BBCode

Originally posted by Shaheen
My slow system runs Firefox sometimes I can see it draw the headers after all the players are listed but it is not really noticable.

Yeah, to make it work I have to strip the headers from the table, do the sort, then re-insert the headers, so I use the routine that re-inserts the headers at page load to get things started.

Pages: 1