Dynamically change kendo ui grid columns with AngularJS

0 Comments

The following HTML / JavaScript explains how to dynamically change Kendo UI grid columns, by using the Kendo – Angular directives.   <!doctype html> <html ng-app="researchApp"> <head> <meta charset="utf-8"> <title>Dynamically change Kendo grid columns.</title> <link

JavaScript private, public, shared and instance variables with IIFE.

0 Comments

Just a reminder, when using a Immediately-Invoked Function Expression (IIFE), you can create private, public, shared and instance variables: <!DOCTYPE html> <html> <head> <title>Show public - private - shared and instance variables.</title> </head> <body> <script>