Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

Row count - solved

Locked
Tinka
Posts: 73
Joined: Mon Feb 24, 2014 2:58 pm

Row count - solved

Unread post by Tinka »

Hi Nubuilder users,

I made a simple row counter for browse forms,on the Custom Code - Javascript:

Code: Select all

var rows = nuBrowseRows()
function nuLoadBrowse () {
    
$('#nuStatusHolder').append('<div class=\"edittable\" id=\"browsecount\" style=\"top:3px; left:80px; position:absolute;\"><b>Count: ' + rows + ' </b></div>');      
}
This works fine on any browse form.

BR, Tinka
admin
Site Admin
Posts: 2781
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5
Been thanked: 1 time

Re: Row count - solved

Unread post by admin »

Cool
enricoz
Posts: 2
Joined: Fri Jan 08, 2016 1:46 pm

Re: Row count - solved

Unread post by enricoz »

thank you so much!
admin
Site Admin
Posts: 2781
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5
Been thanked: 1 time

Re: Row count - solved

Unread post by admin »

.
Locked