Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Matej Jurikovic committed Nov 29, 2021
2 parents 2f13d39 + 9637f3d commit 4eb1542
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 19 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Sharepoint Form
for Sharepoint onpremise 2019 and also for Sharepoint online.
# SharepointTable
Sharepoint react custom table with filtering (for Sharepoint on-prem 2019):
1. approach - client filtering
2. approach - server filtering

Sharepoint framework 1.4

Sharepoint framework 1.4 is used :-)
37 changes: 19 additions & 18 deletions m_form/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,31 @@ Supports:
inline editting in Display form,
2 rendering types: normal and inline (label and input are inline),
configurable via webpart properties with hooks (valueUpdated, beforeSave, ...),
it uses AddValidateUpdateItemUsingPath and ValidateUpdateListItem calls - columns conditions are supported (for example number columns must be between 10 and 100)

Supported fields are:
'Text'
'Note' (Simple, RichText, AppendOnly - with previous text render)
'User'
'UserMulti'
'Boolean'
'DateTime' (Date + Date and Time)
'Choice'
'MultiChoice'
'Number'
'Currency'
'Attachments' (Add, Edit, Delete)
'Lookup':
'TaxonomyFieldType'
'TaxonomyFieldTypeMulti'
'Lookup'
'LookupMulti'
'URL' (picture, link)
#### 'Text'
#### 'Note' (Simple, RichText, AppendOnly - with previous text render)
#### 'User'
#### 'UserMulti'
#### 'Boolean'
#### 'DateTime' (Date + Date and Time)
#### 'Choice'
#### 'MultiChoice'
#### 'Number'
#### 'Currency'
#### 'Attachments' (Add, Edit, Delete)
#### 'Lookup':
##### 'TaxonomyFieldType'
##### 'TaxonomyFieldTypeMulti'
##### 'Lookup'
##### 'LookupMulti'
#### 'URL' (picture, link)

### Building the code

```bash
git clone the repo
npm i
gulp serve
```
```

0 comments on commit 4eb1542

Please sign in to comment.