Posts by Vishal Thangaraj

Stretch selective column widths in interactive report Using JS

Introduction: Interactive reports are useful tools in web applications that allow users to view and interact with data. Sometimes, the default column widths in these reports are not suitable for…

Read More

Highlight row based on two values conditionally using Js

Introduction:  This project demonstrates a simple yet effective way to enhance the user experience on web pages by highlighting specific rows in an HTML table based on predefined conditions. The…

Read More

Accelerating Data Uploads with APEX_DATA_PARSER in Oracle APEX

Introduction: APEX_DATA_PARSER is a feature in Oracle APEX (Application Express) that simplifies the process of uploading and parsing files in a web application.APEX_DATA_PARSER is a PL/SQL package provided by Oracle…

Read More

Enhancing User Interface with Custom Tabbed Navigation Using Radio Buttons

Introduction: Turning a radio group into something that looks like tabs.To make a radio group look like tabs, you would typically style the radio buttons and their labels to resemble…

Read More

Changing Display Name in Oracle Apex Navigation Bar

Overview In Oracle APEX , the navigation bar is a component that allows users to navigate through different pages or components within an application. The navigation bar provides a user…

Read More