Asynchronous Apex

|
| By Rushali kashyap

Asynchronous Apex in Salesforce allows developers to execute operations in a separate thread, enabling tasks to run in the background without impacting the user experience. This approach is particularly beneficial for handling long-running processes, callouts to external systems, and operations

Alternative Solution for Adding Horizontal Scrollbar to jQuery Datatable

| By Webner

Suppose have a data table as below: Screenshot 1 HTML for table is: <table id=”productsTable” class=”table table-striped table-bordered table-hover dataTable no-footer table-custom-style”> <thead> <tr> <th>#</th> <th>Product Name</th> <th>Shop Owner</th> <th>Category</th> <th>Model</th> <th>Description</th> <th>Price(in Rs.)</th> <th>Action</th> </tr> </thead> <tbody> <tr> <td>1</td>