We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be expected that a column with no filter will not create an empty section in the layout.
final sortablegrid.SDGField relatedToField = new sortablegrid.SDGField( FIELD_ID_RELATED_TO, 'Related To', 'What.Name', 'STRING', '', true, false, false, null, 2 ); final sortablegrid.SDGField activityDateField = new sortablegrid.SDGField( FIELD_ID_ACTIVITY_DATE, 'Due Date', 'ActivityDate', 'DATE', '', true, false, false, null, 3 ); final sortablegrid.SDGField statusField = new sortablegrid.SDGField( FIELD_ID_STATUS, 'Status', 'Status', 'PICKLIST', '', true, true, false, null, 4 ); final sortablegrid.SDGField assignedToField = new sortablegrid.SDGField( FIELD_ID_ASSIGNED_TO, 'Assigned To', 'Owner.Name', 'PICKLIST', '', true, true, false, null, 5 );
The text was updated successfully, but these errors were encountered:
@flindsaySFDC I am happy to put out some fixes - but the pull request will need to be answered and approved.
Sorry, something went wrong.
No branches or pull requests
It would be expected that a column with no filter will not create an empty section in the layout.
The text was updated successfully, but these errors were encountered: