# Is it possible to extend the screen with glide by writing javascript?

**URL:** https://community.glideapps.com/t/is-it-possible-to-extend-the-screen-with-glide-by-writing-javascript/72679
**Category:** Ask for Help
**Created:** [April 18, 2024, 1:56am UTC](https://community.glideapps.com/t/is-it-possible-to-extend-the-screen-with-glide-by-writing-javascript/72679 "2024-04-18T01:56:10Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Ren\_Kotori](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/ren_kotori/32/61022_2.png) [@Ren\_Kotori](https://community.glideapps.com/u/Ren_Kotori)
#### Post date: [April 18, 2024, 1:56am UTC](https://community.glideapps.com/t/is-it-possible-to-extend-the-screen-with-glide-by-writing-javascript/72679/1 "2024-04-18T01:56:10Z")

</div>

Is it possible to execute any custom JS at the timing of screen loading with glide?

It doesn’t have to be at the initialization timing. Is it possible to write and run arbitrary js

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [April 18, 2024, 2:35am UTC](https://community.glideapps.com/t/is-it-possible-to-extend-the-screen-with-glide-by-writing-javascript/72679/2 "2024-04-18T02:35:02Z")

</div>

Javascript runs in the table in a javascript column. If a screen displays any data in the table, then that most likely when the javascript will be ran for each row of data that’s displayed or used in some way. Again, this is javascript that runs against the data in the table. Not something that’s placed on the screen in the way you are probably thinking.

---

<div class="post-metadata">

### Author: ![Ren\_Kotori](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/ren_kotori/32/61022_2.png) [@Ren\_Kotori](https://community.glideapps.com/u/Ren_Kotori)
#### Post date: [April 18, 2024, 4:09am UTC](https://community.glideapps.com/t/is-it-possible-to-extend-the-screen-with-glide-by-writing-javascript/72679/3 "2024-04-18T04:09:35Z")

</div>

i understand. thank you.

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [April 25, 2024, 4:10am UTC](https://community.glideapps.com/t/is-it-possible-to-extend-the-screen-with-glide-by-writing-javascript/72679/4 "2024-04-25T04:10:31Z")

</div>

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.
