Skip to content

Instantly share code, notes, and snippets.

View AbhilashBiradar's full-sized avatar
💭
ReactOnBoard

Abhilash Biradar AbhilashBiradar

💭
ReactOnBoard
  • India
View GitHub Profile
sap.ui.jsview("upload.upload", {
/** Specifies the Controller belonging to this View.
* In the case that it is not implemented, or that "null" is returned, this View does not have a Controller.
* @memberOf upload.upload
*/
getControllerName : function() {
return "upload.upload";
},
@AbhilashBiradar
AbhilashBiradar / index.html
Last active December 3, 2016 15:15
How to retain selection in sap.ui.table.Table?
<!DOCTYPE html>
<html><head>
<meta name="description" content="UI5 table example with local JSON model" />
<meta http-equiv='X-UA-Compatible' content='IE=edge' />
<meta http-equiv='Content-Type' content='text/html;charset=UTF-8'/>
<title>UI5 Table Retain Selection</title>
<!-- Load UI5, select gold reflection theme and the "commons" and "table" control libraries -->
<script id='sap-ui-bootstrap' type='text/javascript'