Questions tagged as 'hide'

1
answer

How to apply a filter to a spreadsheet from script

Greetings I am trying to generate a filtered view according to the user that accesses my spreadsheet, so far I have only managed to make this work: function onOpen(){ var currentUser = Session.getActiveUser().getEmail(); SpreadsheetApp.getUi...
asked by 24.04.2018 / 07:33
1
answer

hide div from php file

I have a function that calls a php file, this file returns a value and based on this, in the ajax success, I hide a div or not. This is a security problem and I was wondering if from the php file I'm calling from the function, I could hide the d...
asked by 26.09.2018 / 18:01
1
answer

How to hide a b-tab with VueJS if it has no text

The point is that I have a tab panel made with Bootstrap of Vue . Each of these tabs has a textarea which shows a text. Basically I do not know how to make that tab whose textarea is empty, not shown in the tab panel....
asked by 06.09.2018 / 10:20