Changes between Initial Version and Version 1 of Ticket #9185, comment 6


Ignore:
Timestamp:
Mar 26, 2013, 12:26:55 PM (10 years ago)
Author:
chri33s
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9185, comment 6

    initial v1  
    44I guess if it would calculate number of columns from the row before .ui-sortable-placeholder it would be ok for most cases
    55
    6 or... it could calcalate maximum number of columns once, not all each time when .ui-sortable-placeholder is created but just once when plugin starts and the applied this previously calculated value to -placeholder
     6or... it could calcalate maximum number of columns once, not each time when .ui-sortable-placeholder is created but just once when plugin starts and the applied this previously calculated value to -placeholder
    77
    8 but then again.. when someone adds a column dynamically with JS it would have to have a event to recalculate this number
     8but then again.. when someone adds a column dynamically with JS it would have to have an event to recalculate this number