Sha256: e472cdca45a3bbcd843e4a2e1742574ea01bcf3ef52b138878e4e136164c20e1
Contents?: true
Size: 512 Bytes
Versions: 1192
Compression:
Stored size: 512 Bytes
Contents
`sortControl` is an optional prop that can be used to gain greater control over the sort state of the Advanced Table. Tanstack handles sort itself, however it does provide for a way to handle the state manually if needed. Usecases for this include needing to store the sort state so it persists on page reload, set an initial sort state, etc. The sort state must be an object with a single key/value pair, with the key being "desc" and the value being a boolean. The default for sort directino is `desc: true`.
Version data entries
1,192 entries across 1,192 versions & 2 rubygems