Skip to content
New issue

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

fix a typo (server-site to server-side) #997

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/components/table.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ API:
- name: total (total items if sst)
type: Number
parameters: null
description: Total number of items if the data is being loaded through sst (server-site table)
description: Total number of items if the data is being loaded through sst (server-side table)
default: 0
- name: sst (server-site table)
- name: sst (server-side table)
type: Boolean
parameters: null
description: It does not execute the functions of the client side like search, pagination change or sort, now the methods are executed (search, change-page and sort) to be used when making the call to the api of the server.
Expand Down Expand Up @@ -1862,7 +1862,7 @@ export default {

<box>

## SST (Server-site Table)
## SST (Server-side Table)

The table stops doing its functionalities on the client side and proceeds to issue the functions that the user does to capture them and make the requests to the server's api making the change in the data

Expand Down