Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Add attributes mapped, is_association and data_source #914

Conversation

stephanvierkant
Copy link
Collaborator

Replaces #838

  • allow to create column not mapped, and not defined with DQL
  • allow to use data from another column and transform it
  • add documentation

philippemilink and others added 5 commits October 23, 2018 17:41
* allow to create column not mapped, and not defined with DQL
* allow to use data from another column and transform it
* add documentation
…hilippemilink/DatatablesBundle into philippemilink-feature-other-column-as-source

# Conflicts:
#	Datatable/Column/AbstractColumn.php
#	Datatable/Column/AttributeColumn.php
#	Datatable/Column/BooleanColumn.php
#	Datatable/Column/DateTimeColumn.php
#	Datatable/Column/ImageColumn.php
#	Datatable/Column/NumberColumn.php
#	Response/DatatableFormatter.php
#	Response/DatatableQueryBuilder.php
…ature-other-column-as-source

# Conflicts:
#	Tests/Datatables/PostDatatable.php
@Seb33300
Copy link
Collaborator

Seb33300 commented Sep 8, 2019

I dont't understand the purpose of this pull request.
What is the difference with Virtual column (which is already unmapped)?

You cannot add a new parameter to AbstractColumn::renderCellContent, this is a big BC break.
This break all my applications because I added custom Column types and this means I have to fix all of them.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants