Change table view in OQS

This commit is contained in:
San Wai Lwin
2018-05-02 15:10:58 +06:30
parent 8e7fd2d747
commit e3b2fee46e
5 changed files with 67 additions and 18 deletions

View File

@@ -13,6 +13,16 @@ $(document).ready(function() {
touchScrollStep : 50
});
$('#table-slimscroll').slimScroll({
height: height,
size: '5px',
color: 'rgba(0,0,0,0.5)',
alwaysVisible: false,
borderRadius: '0',
railBorderRadius: '0',
touchScrollStep : 50
});
$('#order-detail-slimscroll').slimScroll({
height: height-$('#order-detail-slimscroll').attr('data-height'),
size: '5px',