Pedro Melgueira

Results 2 issues of Pedro Melgueira

Hello. If I have the following code: ```javascript var sset = { paging: false, searching: false, rowsGroup: ['some1:name'], columns: [{ name: 'some1', title: 't1', }, { name: 'some2', title: 't2',...

Hello. I've been exploring MPC because I needed it for a project. MPC is quite cool because It's easy to build a parser and work with it, but one thing...