the-last-byte

Results 6 issues of the-last-byte

It would be expected that a column with no filter will not create an empty section in the layout. ![image](https://user-images.githubusercontent.com/33075738/167961859-129eedfa-f34c-4a6e-8e3e-a572375f3f08.png) ![image](https://user-images.githubusercontent.com/33075738/167962037-0bcc3564-6faf-4ec1-b877-f5161615818f.png) ```Java final sortablegrid.SDGField relatedToField = new sortablegrid.SDGField( FIELD_ID_RELATED_TO, 'Related...

As it says, the `FieldOrder` attribute of `sortablegrid.SDGField` is ignored. ![image](https://user-images.githubusercontent.com/33075738/167961698-0ad1858b-4cd5-4a89-96dd-42c619bdf06f.png)

This issue affects SDGs created using an Apex (`sdgIDataProvider`) based data provider. **Issue** When the user changes a filter or the page size, the page number resets to 1 on...

As the title says - the `options` argument is ignored in the constructor. See below for an example: ```Java global sdgField(String ID, String Label, String ColumnName, String FieldType, String FieldStyle,...

There is an issue with the links in Lightning Communities. The link in question is often the "Name" field. For example, when displaying a list of Contacts, the Contact Name...

Added a link to Apex Jexl for Salesforce server-side usage (to match the client-side LWC possibility).