Skip to content

Commit

Permalink
Removed inline style from pagination controls
Browse files Browse the repository at this point in the history
Updated TODO
  • Loading branch information
rob-baillie-ortoo committed Jan 13, 2022
1 parent 6772f4f commit 8aa25c8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
19 changes: 11 additions & 8 deletions TODO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,26 @@ Licenses that are needed with the source code and binary:

* Docs at the top level about the ortoo Id

Remove need for data-name - reference the id info

Add library for getting LWC elements by their generated Ortoo Id
Add docs for the retrieval of elements

Look at the use of 'MockDatabase' in fflib
Look at:
SobjectUtils.getSobjectName



* Look at implementing ordering in the datatable example, so you can define the standards more clearly

* LWCs
* Standards for:
* Filter and Results Page
* Apex format
* Inner Class for the search parameters
* Offset
* Order By - single column
* Order By Direction

* Edit Forms / Validation
* Edit Forms with Child Records

* Review:
* Self Configured Combobox - not sure it's needed

* Try parent and datatable referencing a DML Service

* Standards
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.page-selector {
display: inline-block;
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
label={labels.pageSize}
variant="label-hidden"
data-ortoo-elem-id={pageSizeId}
class="slds-p-left_x-small slds-p-right_x-small"
style="display: inline-block;max-width: 100px;"
class="slds-p-left_x-small slds-p-right_x-small page-selector"
value={recordsPerPage}
options={pageSizeOptions.data}
onchange={handleChangePageSize}
Expand Down

0 comments on commit 8aa25c8

Please sign in to comment.