i would like to override a specific style setting for the jQuery Bootgrid - however i cannot seem to do this. The documentation does not provide an example, it only states "All CSS classes can be set and overridden on initialization respectively." and shows a list of styling elements that can be overridden.
http://www.jquery-bootgrid.com/Documentation#styling
i have tried the following:
$('#divMain').bootgrid({
styling: {
pagination: 'pagination pagination-sm'
}
});
but to no success.
Does anyone know how to achieve this?