We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the docs, it mentions that data-order is the data attribute used for row sorting order: https://bootstrap-table.com/docs/api/column-options/#order
data-order
However, then, in the example that it links to and the source code for that example, data-sort-order is the data attribute used.
data-sort-order
From testing in practice, it seems that data-sort-order is the actual data attribute to use.
If this is accurate and the docs need an update, happy to submit a PR.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
In the docs, it mentions that
data-order
is the data attribute used for row sorting order: https://bootstrap-table.com/docs/api/column-options/#orderHowever, then, in the example that it links to and the source code for that example,
data-sort-order
is the data attribute used.From testing in practice, it seems that
data-sort-order
is the actual data attribute to use.If this is accurate and the docs need an update, happy to submit a PR.
Example(s)
No response
The text was updated successfully, but these errors were encountered: