datagrid
datagrid copied to clipboard
Fixing missing quotes in CSS attribute selectors
Fixing missing quotes in CSS attribute selectors. When data attribute has a value eg. with ., the jQuery sizzle engine throws an error when there are no quotes around the value. This PR fixes that by adding " around the attribute value.