Skip to Content
Author's profile photo Karthik Arjun

Inherit Third Party Library into SAPUI5

Hi,

Here i will explain about how to insert third party library to SAPUI5 and how to use that library file.

Tables in SAPUI5 : sap.ui.table.Table [ Here we cant able to use nested tables ]

Nested Tables Ex:  

Capture3.JPG

Insert Third Party Lib:

Capture1.JPG

define nested table in HTML tags:

<table id=”example” class=”display” cellspacing=”0″ width=”100%”>

        <thead>

            <tr>

                <th>Name</th>

                <th>Position</th>

                <th>Office</th>

                <th>Age</th>

                <th>Start date</th>

                <th>Salary</th>

            </tr>

        </thead>

        <tfoot>

            <tr>

                <th>Name</th>

                <th>Position</th>

                <th>Office</th>

                <th>Age</th>

                <th>Start date</th>

                <th>Salary</th>

            </tr>

        </tfoot>

Ref Link:

http://www.datatables.net/

Thanks,

Karthik A

Assigned Tags

      Be the first to leave a comment
      You must be Logged on to comment or reply to a post.