ngDynamicColumns Demo site

ID: visible:


Warning! This rerenders complete table with all elements, which can take a long time when the table has many DOM elements.

In a real world application you should emit the 'columnOrderChanged' event to move a column to another column, for example after a drag and drop action by the user.



This moves the first column to the most right position. As this only moves existing DOM element, this is very fast even in complex tables.