mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-01 20:25:26 +00:00
Added dataTables for matches and tournaments.
This commit is contained in:
@@ -12,6 +12,6 @@
|
||||
//
|
||||
//= require jquery
|
||||
//= require jquery_ujs
|
||||
//= require turbolinks
|
||||
//= require_tree .
|
||||
//= require bootstrap
|
||||
//= require dataTables/jquery.dataTables
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
# Place all the behaviors and hooks related to the matching controller here.
|
||||
# All this logic will automatically be available in application.js.
|
||||
# You can use CoffeeScript in this file: http://coffeescript.org/
|
||||
jQuery ->
|
||||
$('#matches').dataTable()
|
||||
dJQueryUI: true
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
# Place all the behaviors and hooks related to the matching controller here.
|
||||
# All this logic will automatically be available in application.js.
|
||||
# You can use CoffeeScript in this file: http://coffeescript.org/
|
||||
jQuery ->
|
||||
$('#tournaments').dataTable()
|
||||
dJQueryUI: true
|
||||
Reference in New Issue
Block a user