on 2016 Feb 10 2:37 PM
Hi Guys,
I want to get row count after filtering in sapui table.
How can I do that?
https://fiddle.jshell.net/jgj2wvkj/99/
Example :
I'm filtering first name for "Kenya".
How to do get result length. (This example : 1)
Best Regards,
Burak Oral
Request clarification before answering.
Hi Oral,
After filtering just use oTable.getItems().length to get the number of rows in the table.
oTable - is nothing but a reference to your table for example this.getView().byId('tableId')
Regards,
ThamizharasaN.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
58 | |
8 | |
7 | |
6 | |
5 | |
5 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.