Sha256: 155d9dbf7bcf202bd19b8fc2aa4e6323d690122e54ab7e56de22695777e144fa

Contents?: true

Size: 311 Bytes

Versions: 66

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

66 entries across 66 versions & 1 rubygems

Version Path
effective_datatables-4.32.0 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.31.4 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.31.3 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.31.2 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.31.1 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.31.0 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.30.2 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.30.1 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.30.0 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.29.0 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.26.0 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.25.3 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.25.2 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.25.1 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.25.0 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.24.2 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.24.1 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.24.0 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.23.0 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.22.3 app/models/effective/effective_datatable/hooks.rb