jQWidgets Forums

Forum Replies Created

Viewing 7 posts - 16 through 22 (of 22 total)
  • Author
    Posts

  • aniolekx
    Participant

    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.


    aniolekx
    Participant

    In 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’


    aniolekx
    Participant

    Could 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.


    aniolekx
    Participant

    I 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?


    aniolekx
    Participant

    Thanks 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)

    in reply to: Convert to jqxGrid Convert to jqxGrid #104525

    aniolekx
    Participant

    Do you have VueJs example too?


    aniolekx
    Participant

    Any 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?

Viewing 7 posts - 16 through 22 (of 22 total)