Dear Sir,
I’m new to your library,which I find very nice and useful.
Currently I’m testing it.
I was able to follow almost everything in your documentation,but something i can’t just figure out.
So this is my code:
$(‘#table’).jqxDataTable(
{
width: 300,
pageable: true,
pagerButtonsCount: 10,
source: adapter,
columnsResize: true,
columns: [
{ text: ‘Ime’, dataField: ‘ime’, width: 100 },
{text:’Pozicija’,dataField:’pozicija’,width:200}
]
});
So basically here what is bothering me is hot to get columns name,or other propertis,e.g pageable,source or other.
Is there something like $(‘#table’).jqxDataTable(‘getParams’,’columns’) or similar.
Please help me.
Thanx in advance.
Goran