Page 1 of 1

Batch actions

Posted: 2016-12-19 19:23
by patsd102
Any one know how to remove the batch actions check boxes.

There is a thread, but the user just gave a hint and not a solution,

Thanks

the useless thread = http://forums.appgini.com/phpbb/viewtop ... 3860#p3860

Re: Batch actions

Posted: 2016-12-19 20:52
by DevGiu
don't understand, the thread you point is telling you exactly what to do.

Re: Batch actions

Posted: 2016-12-19 21:57
by patsd102
The post reads :

Modify the if statement to eliminate the second part where you see the 'add_more_actions_link'

Modify it, as in change it? remove it? add to it ?

I am not a coder, is why I use appgini

Re: Batch actions

Posted: 2016-12-20 15:53
by DevGiu
Ok, the problem maybe is because are different questions.

Fast answer: you can use jQUery to delete it.
In your tablename-TV magic file of your table, you can do:

Code: Select all

$(function(){
    $j('.record_selector').remove()
    $j('#select_all_records').remove()
})

Re: Batch actions

Posted: 2016-12-21 11:27
by patsd102
Sorted,

Thanks for your help

Pat