How to display a popup without double-clicking
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sunday
How to display a popup without double-clicking?
When editing a column, you have to double-click, but users complain that it's hard to know where to click, so I want to show an edit popup for that specific column in the list when the page opens.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
16 hours ago
You can trigger the popup programmatically when the page loads instead of waiting for a double-click. Use your framework’s API or event methods to call the edit popup function for that column on page initialization—essentially simulate the double-click action in code.
