All Downloads are FREE. Search and download functionalities are using the official Maven repository.

web.js.orders.js Maven / Gradle / Ivy

The newest version!
var ordersTemplate = null;

$(document).ready(function() {

 ordersTemplate = $('#orders_template').html();

  ordersTable(ordersTemplate);
});

function ordersTable(templateHTML) {

  pageNumbers['#orders_table'] = 1;
  setupPagedTable('api/orders', templateHTML, '#orders', '#orders_table');

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy