Demonstrates:

This page demonstrates how the bulk update operations can be used efficiently delete and insert new rows into the table. The example simulates a log viewer where for each log severity always 100 items are shown in a ring-buffer fashion. If you use the browser profiler to compare the two different operations below you will notice the significant performance difference which can be crucial for systems where a lot of new events are provided from an external source and then updated.

Controls

Last update took:

View Source: