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.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
effective_datatables-4.22.2 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.22.1 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.22.0 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.21.1 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.21.0 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.20.6 app/models/effective/effective_datatable/hooks.rb
effective_datatables-4.20.5 app/models/effective/effective_datatable/hooks.rb