- Hot or Not. Dynamically Styling the Interactive Grid’s Save ButtonThe problem at hand: The Interactive Grid’s Save button should be styled as “Hot” (aka primary) if there are pending changes, and not Hot otherwise. Inspired by Jan’s interesting problem and possible solution, I’d like to propose an alternative. Prerequisites: No Mutation Observers- they scare me No complex selectors- they will break (eventually) Let’s useContinue reading “Hot or Not. Dynamically Styling the Interactive Grid’s Save Button”
- JavaScript API Enhancements in APEX 21.2 #JoelKallmanDayFor this year’s #JoelKallmanDay, I’m excited to tell you about some enhancements we’re bringing to the JavaScript API-s in APEX 21.2, which is right around the corner. In this release specifically, we’ve looked at bringing more structure to certain API-s and making them simpler to use. I will only cover some of the enhancements here.Continue reading “JavaScript API Enhancements in APEX 21.2 #JoelKallmanDay”
- How to dynamically compute Interactive Grid Columns in #orclAPEX 20.2Consider this scenario: You have a number of editable columns that dictate the value of another column and you wish for the said column to update live, even before hitting Save. If you’ve had this requirement in the past, you probably found it not to be a trivial task. Currently, one would have to setContinue reading “How to dynamically compute Interactive Grid Columns in #orclAPEX 20.2”