UNPKG

gijgo

Version:

Gijgo is a set of free open source javascript controls distributed under MIT License. All widgets are high performance, built on top of the jQuery JavaScript Library with built-in support for Bootstrap, Material Design and Font Awesome. They are designed

28 lines (27 loc) 685 B
if (typeof (gj.grid) === 'undefined') { gj.grid = { plugins: {}, messages: [] }; } gj.grid.messages['en-us'] = { First: 'First', Previous: 'Previous', Next: 'Next', Last: 'Last', Page: 'Page', FirstPageTooltip: 'First Page', PreviousPageTooltip: 'Previous Page', NextPageTooltip: 'Next Page', LastPageTooltip: 'Last Page', Refresh: 'Refresh', Of: 'of', DisplayingRecords: 'Displaying records', RowsPerPage: 'Rows per page:', Edit: 'Edit', Delete: 'Delete', Update: 'Update', Cancel: 'Cancel', NoRecordsFound: 'No records found.', Loading: 'Loading...' };