[go: nahoru, domu]

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

Move Column logic from Twig to PHP #861

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updated docs
  • Loading branch information
stephanvierkant committed Aug 28, 2019
commit 4bee6f9e2094b4ccf7c63495350d532159d10a74
28 changes: 0 additions & 28 deletions Resources/doc/columns.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@

Represents the most basic column.

### Options template

@SgDatatables/column/column.html.twig

### Cell content template

@SgDatatables/render/column.html.twig
Expand Down Expand Up @@ -166,10 +162,6 @@ ___

Represents a column, optimized for boolean values.

### Options template

@SgDatatables/column/column.html.twig

### Cell content template

@SgDatatables/render/boolean.html.twig
Expand Down Expand Up @@ -234,10 +226,6 @@ Represents a column, optimized for date time values.

**Be sure to install the [Bootstrap Date Range Picker](http://www.daterangepicker.com/) plugin before using the DateRangeFilter.**

### Options template

@SgDatatables/column/column.html.twig

### Cell content template

@SgDatatables/render/datetime.html.twig
Expand Down Expand Up @@ -286,10 +274,6 @@ Represents a column, optimized for images.

A complete example of an ImageColumn can be found in the [demo bundle](https://github.com/stwe/DtBundleDemo10).

### Options template

@SgDatatables/column/column.html.twig

### Cell content template

@SgDatatables/render/thumb.html.twig
Expand Down Expand Up @@ -348,10 +332,6 @@ ___

Represents a virtual column.

### Options template

@SgDatatables/column/column.html.twig

### Options

All options of [Column](#1-column), except `data`, `join_type` and `editable`.
Expand Down Expand Up @@ -413,10 +393,6 @@ ___

A Column to display CRUD action labels or buttons.

### Options template

@SgDatatables/column/column.html.twig

### Cell content template

@SgDatatables/render/action.html.twig
Expand Down Expand Up @@ -671,10 +647,6 @@ Represents a column, optimized for numbers.

**The intl extension is needed.**

### Options template

@SgDatatables/column/column.html.twig

### Options

All options of [Column](#1-column).
Expand Down