Jack Jamieson
Jack Jamieson
I ended up doing the same thing but with a lot of tables it gets a little messy. Columns Per page 20 40 60 {{configObject.fields | gtProperty:column.objectKey:'name'}} I tried to...
Some progress on this... maybe we could close it. I am now using a single ngIf and switching a single config object. To make sure the default sort order is...
@hjalmers agree they may not be necessary but `value` is needed at least for sorting purposes if the `columnComponent` is not something that sorts properly.
The issue seems to be from the filter check for `mousemove` ``` if (event.type === 'mousemove' && ((event.originalEvent && event.originalEvent.movementX === 0 && event.originalEvent.movementY === 0) || (event.movementX !== void...
It was released in 5.1.0-beta.2 but I still see the error.