jQWidgets Forums
Forum Replies Created
-
Author
-
March 28, 2019 at 1:43 pm in reply to: Vue DataTable and existing html table Vue DataTable and existing html table #104573
Thanks Peter, I understand that there is cellsRenderer callback, but for me it is too much hassle to render names routes in javascript again.
I have modified jqxdatatable.js and added all changes I requested above but it would be nice if you could add these in the near future.
Most of the grids that I have to render are pretty generic, so I have decided to use VueJS (with web component aproach) to make them responsive.
So all I have to do in my templates to make my html tables responsive is to wrap them in these custom html tags:
<datatable-component> <table class="table"> ... </table> </datatable-component>
And with all these changes I do not have to pass any configuration, it is nice and easy, I do not have to pollute my html templates with custom javascript code for these grids.
Hope you understand.
March 28, 2019 at 12:34 pm in reply to: Vue DataTable and existing html table Vue DataTable and existing html table #104570In jqxdatatable.js line 256 it is using cell.text() instead of cell.html().
I think that this should be refactored and new data type option should be added for html.
So to getvaluebytype, as an argument instead of cell.text() -> cell should be passed, and then if type is html cell.html() should be used and in other cases cell.text().
cellsFormat can be used to pass new option: ‘html’
March 28, 2019 at 10:35 am in reply to: Vue DataTable and existing html table Vue DataTable and existing html table #104564Could you add such feature? Or is there a workaround (hack) to it?
I have a developer licence so this can be resolved as a premium request (if required).
mainly I need to find a way to keep html inside these cells, this will make my developer’s life easier.
March 28, 2019 at 9:56 am in reply to: Vue DataTable and existing html table Vue DataTable and existing html table #104560I have another issue here, In my html table in td element I have additional html which is removed by JqxDataTable. Is there a way to change this behaviour?
March 28, 2019 at 9:25 am in reply to: Vue DataTable and existing html table Vue DataTable and existing html table #104559Thanks Peter for your reply, could you tell me, is it possible to skip column definition and use this what is in table header? (th element)
Do you have VueJs example too?
April 6, 2017 at 10:24 am in reply to: Dynamic items in checklists filters Dynamic items in checklists filters #92736Any news for this feature? I have checked several topics and everywhere answer is the same, that you do not support it. DO you plan to introduce it soon or is there any custom workaround?
-
AuthorPosts