Create horizontally scrolling List Item view using Bootstrap Columns

前端 未结 3 1819
感动是毒
感动是毒 2020-12-06 04:48

I would like to display a number of records in a horizontally scrolling div. I\'m using Twitter Bootstrap and have setup a div row with each data record represented as a co

3条回答
  •  情话喂你
    2020-12-06 05:43

    Maybe this will help you:

    FIDDLE

    If the .DocumentItem width is fixed you can count the width of scroll element and set it dynamically.

    
    

提交回复
热议问题