• Shakir Beg 23
  • NEWBIE
  • 10 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 3
    Replies
Hi,
I have configured Visual Studio Code for salesforce. I am able to login but not able to retrieve "Source from Org" when i click on "SFDX: Retrive Source from Org" option it's giving me below error.

Starting SFDX: Retrieve Source from Org
01:38:54.106 sfdx force:source:retrieve --manifest e:\SFDCWorkspace\MyDevOrg\manifest\package.xml
ERROR running force:source:retrieve: Invalid or unsupported zip format. No END header found
01:39:12.91 sfdx force:source:retrieve --manifest e:\SFDCWorkspace\MyDevOrg\manifest\package.xml ended with exit code 1

Thanks,
Shakir Beg
Hi,
I would like to freeze first and second column of datatable in lightning compoment. 
I have done before the requirement in Visualforce with using JQuery third party libraries. Below are VF code.
<apex:includeScript value="/support/console/22.0/integration.js"/>
and a jscript file uploaded in static resource. please see below VF - javascript code.

  <script type="text/javascript">function setFocusOnLoad() {}     
            $(document).ready(function() {            
                setTabWidth();
                jQuery("#fixTable").tableHeadFixer({
                    head: true,
                    left: 2,
                    right: 0
                });                
            });

Now, we are migrating this functionality to lightning. But i am facing challenge to freeze cloumn with using horizontal scroll bar. i.e. when i scroll horizontally first & second column shoud be fix.

If any one has an idea then please help me on this.

Thanks,
Shakir 
Hi,
I would like to freeze first and second column of datatable in lightning compoment. 
I have done before the requirement in Visualforce with using JQuery third party libraries. Below are VF code.
<apex:includeScript value="/support/console/22.0/integration.js"/>
and a jscript file uploaded in static resource. please see below VF - javascript code.

  <script type="text/javascript">function setFocusOnLoad() {}     
            $(document).ready(function() {            
                setTabWidth();
                jQuery("#fixTable").tableHeadFixer({
                    head: true,
                    left: 2,
                    right: 0
                });                
            });

Now, we are migrating this functionality to lightning. But i am facing challenge to freeze cloumn with using horizontal scroll bar. i.e. when i scroll horizontally first & second column shoud be fix.

If any one has an idea then please help me on this.

Thanks,
Shakir 
Hey guys trying to get comfortable with the Salesforce CLI, and went to deploy my code changes to my Dev Org but I keep getting the following error message. I checked out the link that they listed, but couldn't seem to figure out what issue was. I modified the JSON with the folder name that I'm trying to deploy, but still had no luck. 
 
Error deploying or retrieving source: The file or directory that you tried to deploy or retrieve isn't in a package directory that's specified in your sfdx-project.json file. Add this location to your "packageDirectories" value, or deploy or retrieve a different file or directory. For details about sfdx-project.json, see: https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_ws_config.htm