Sha256: 710e6badba71c7e30b5745d1cc86a5692799c7ccda876b7fb3bc7bb8b77acaab

Contents?: true

Size: 280 Bytes

Versions: 169

Compression:

Stored size: 280 Bytes

Contents

module Effective
  module EffectiveDatatable
    module Hooks

      # Called on the final collection after searching, ordering, arrayizing and formatting have been completed
      def finalize(collection) # Override me if you like
        collection
      end

    end
  end
end

Version data entries

169 entries across 169 versions & 1 rubygems

Version Path
effective_datatables-3.7.10 app/models/effective/effective_datatable/hooks.rb
effective_datatables-3.7.9 app/models/effective/effective_datatable/hooks.rb
effective_datatables-3.7.8 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.10.0 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.9.4 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.9.3 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.9.2 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.9.1 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.9.0 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.8.16 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.8.15 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.8.14 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.8.13 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.8.12 app/models/effective/effective_datatable/hooks.rb
effective_datatables-3.7.7 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.8.11 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.8.10 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.8.9 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.8.8 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.8.7 app/models/effective/effective_datatable/hooks.rb