Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
karthikarjun
Active Contributor
0 Kudos

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:  

Insert Third Party Lib:

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

Labels in this area