T - the row type@JsType(isNative=true,
namespace="<global>",
name="Object")
public class Column<T>
extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Column.Meta |
static interface |
Column.RenderCallback<T,C>
Function to render the data of a column
|
| Modifier and Type | Field and Description |
|---|---|
String |
className |
String |
name |
boolean |
orderable |
Column.RenderCallback<T,?> |
render |
boolean |
searchable |
String |
title |
String |
type |
String |
width |
| Constructor and Description |
|---|
Column() |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.