ManifestWebDesign / angular-gridster

An implementation of gridster-like widgets for Angular JS
http://manifestwebdesign.github.io/angular-gridster/
MIT License
964 stars 394 forks source link

Split an item horizontally #478

Open Alchemy86 opened 7 years ago

Alchemy86 commented 7 years ago

Is it possible to split the content of a gridster-item horizontally? I have tried but cannot force it. I just want two sizes to my items, one on the left and one on the right sharing 50% of the available space.

I managed to get a handle on the left with a set colour etc but cannot force the other data to the right of it, its simply pushing the data down below and outside of the gridster-item.

`

  • {{item.Label}}
    {{ gridsterItem.isMoving() }}
</div>`

I cannot find any example where anyone splits it horizontally so can you confirm if this can be done?