Sha256: 155d9dbf7bcf202bd19b8fc2aa4e6323d690122e54ab7e56de22695777e144fa

Contents?: true

Size: 311 Bytes

Versions: 59

Compression:

Stored size: 311 Bytes

Contents

# frozen_string_literal: true

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

59 entries across 59 versions & 1 rubygems

Version Path
effective_datatables-4.14.1 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.14.0 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.13.5 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.13.4 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.13.3 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.13.2 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.13.1 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.13.0 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.12.0 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.11.2 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.11.1 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.11.0 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.10.7 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.10.6 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.10.5 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.10.4 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.10.3 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.10.2 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.10.1 app/models/effective/effective_datatable/hooks.rb