/*
    Actually there are no functions that load a generic editable grid at the moment except for the FormSubmissions widget.
    Look for table.formSubmissionTable in /Modules/FormSubmissions/Css/screen/FormSubmissionsScreen.css. 

    Custom functions might produce editable grids. These will generally have their own classnames. In these cases you
    can style individual columns using a form of the field name, e.g. th.editablegrid-Field_Name and td.editablegrid-FieldName.
    In those cases CustomElements.css is probably the place to put your CSS.
*/