How to avoid blinking when updating page from ajax

前端 未结 2 1614
梦如初夏
梦如初夏 2021-01-01 02:33

I\'ve got a table with a header, a row with input fields, rows with data. Like this. http://brow.hu/sitegen/stackoverflow_table_example.png

If somebody enters someth

2条回答
  •  执念已碎
    2021-01-01 03:05

    It blinks because you're completely replacing the table ... if you add rows to or delete rows from the existing table and then load your AJAX data into the resulting table it won't blink.

提交回复
热议问题