Advertisement
Guest User

Untitled

a guest
Aug 19th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. $("#venta").bootstrapTable({
  2. url:'<?= base_url(); ?>index.php/ejemlo/usuarios/datos'
  3. columns:[
  4. {field: 'reStatus'},
  5. {field: 'ocTipoUs'},
  6. {field: 'faClave'},
  7. {field: 'tiPeso'},
  8. {field: 'inpo'}
  9. ],
  10.  
  11. pagination: true,
  12. showFooter: true,
  13. search: true,
  14. showExport:true,
  15. filter: true,
  16. method: 'post',
  17. showRefresh:true,
  18. pageList:[10, 25, 50, 100, 'All'],
  19. showPaginationSwitch: true
  20. });
  21. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement