<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<div class="list1"></div>
<script>
$('.list1').customPlugin1({
bgColor: '#a7a7a7',
data: [
{name: "mohammad", age: 24, gender: 'male', className: "myClass"},
{name: "atif",age: 24,gender: 'male'},
{name: "girish",age: 24,gender: 'male'},
]
})
</script>