novacreator-bootstrap-data-grid
Version:
Data grid based on Bootstrap.
19 lines (18 loc) • 564 B
JavaScript
/*!
* Nova Creator Bootstrap Datagrid v1.0.0 - 05/26/2016
* Copyright (c) 2015-2016 Nova Creator Software (https://github.com/NovaCreatorSoftware/bootstrap-data-grid)
* Licensed under MIT http://www.opensource.org/licenses/MIT
*/
;(function ($, window, undefined)
{
/*jshint validthis: true */
"use strict";
$.extend($.fn.bootgrid.Constructor.defaults.css, {
icon: "icon fa",
iconColumns: "fa-th-list",
iconDown: "fa-sort-desc",
iconRefresh: "fa-refresh",
iconSearch: "fa-search",
iconUp: "fa-sort-asc"
});
})(jQuery, window);