Highlight new rows after table.ajax.reload();

Highlight new rows after table.ajax.reload();

CrazyUnicornCrazyUnicorn Posts: 1Questions: 1Answers: 0

Hello. Is it possible, to highlight only new rows which come in table after table.ajax.reload()?

Answers

  • kthorngrenkthorngren Posts: 21,172Questions: 26Answers: 4,923

    There is nothing built into Datatables for this. However it is something you can code. The first step is to decide how to determine if the row is new. The rowCallback option might work well for this.

    If you still have questions please provide more details of what you have and how to determine if the row is new.

    Kevin

This discussion has been closed.