jQuery UI Widgets Forums DataTable Refresh Row

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 8 years, 8 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Refresh Row Posts
  • Refresh Row #80989

    Gary
    Participant

    I am using cellsRenderer for cell-level styling.

    Is there a way to refresh the display of only a single row (or cell) rather than all of the cells?

    I have tried targeting a row with ‘updateRow’ or ‘lockRow/unlockRow’, but it seems like whether I do one of those or a ‘refresh’, cellsRenderer gets called 4 times for every cell.

    Refresh Row #80995

    Dimitar
    Participant

    Hello Gary,

    cellsRenderer is called for all visible cells (whose columns have cellsRenderer defined). It cannot be triggered for particular cells only.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.