A rolagem vertical e horizontal dos dados é compatível com linhas-colunas congeladas opcionais e recursos de carregamento sob demanda.
$render = '';
$resposta = '';
dc.cw("DataTable", "widget_tabela1", {
id: "tabela1"
, scrollable: true
, liveScroll: false
, scrollStep: 0
, scrollLimit: 50
, scrollHeight: "250"
, liveScrollBuffer: 0
, virtualScroll: false
, touchable: false
, groupColumnIndexes: []
, disableContextMenuIfEmpty: false
});
dc.cw("DataTable", "widget_tabela2", {
id: "tabela2"
, scrollable: true
, liveScroll: false
, scrollStep: 0
, scrollLimit: 10
, scrollWidth: "600"
, liveScrollBuffer: 0
, virtualScroll: false
, touchable: false
, groupColumnIndexes: []
, disableContextMenuIfEmpty: false
});
dc.cw("DataTable", "widget_tabela3", {
id: "tabela3"
, scrollable: true
, liveScroll: false
, scrollStep: 0
, scrollLimit: 50
, scrollWidth: "50%"
, scrollHeight: "250"
, liveScrollBuffer: 0
, virtualScroll: false
, touchable: false
, groupColumnIndexes: []
, disableContextMenuIfEmpty: false
});
dc.cw("DataTable", "widget_tabela4", {
id: "tabela4"
, scrollable: true
, liveScroll: false
, scrollStep: 0
, scrollLimit: 50
, scrollHeight: "250"
, liveScrollBuffer: 0
, virtualScroll: false
, touchable: false
, groupColumnIndexes: []
, disableContextMenuIfEmpty: false
});
dc.cw("FrozenDataTable", "widget_tabela5", {
id: "tabela5"
, scrollable: true
, liveScroll: false
, scrollStep: 0
, scrollLimit: 50
, scrollWidth: "300"
, scrollHeight: "250"
, frozenColumns: 1
, liveScrollBuffer: 0
, virtualScroll: false
, touchable: false
, groupColumnIndexes: []
, disableContextMenuIfEmpty: false
});
dc.cw("DataTable", "widget_tabela6", {
id: "tabela6"
, scrollable: true
, liveScroll: false
, scrollStep: 20
, scrollLimit: 0
, scrollHeight: "200"
, liveScrollBuffer: 0
, virtualScroll: true
, touchable: false
, groupColumnIndexes: []
, disableContextMenuIfEmpty: false
});