Emanuel Mallon

Results 2 comments of Emanuel Mallon

Thanks @hamdullah ! here another example ```javascript getSettingSmartTable(){ return { columns: { id: { title: '#Venta' // ,width: '15%' ,filter:false } ,precio: { title: 'Precio' ,type: 'number' ,filter:false } ,codigo:{...

Hi @nicole-ge !! the getSettingSmartTable function is used to return the table configuration with this data: ``` javascript [{"name": "Product 1", "series": [{"name": "Area 1", "value": 3}, {"name": "Area 2",...