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

params.records not being used for filter text #302

Open
haydster7 opened this issue Apr 11, 2018 · 0 comments
Open

params.records not being used for filter text #302

haydster7 opened this issue Apr 11, 2018 · 0 comments

Comments

@haydster7
Copy link

An explanation can be found on the dynatable wiki under record count.

Expected behaviour
{dataset.recordCountText} {x} of {y} {params.records} (filtered from {z} total {params.records})

Actual behaviour
{dataset.recordCountText} {x} of {y} {params.records} (filtered from {z} total records)

params.records is only being used for the first word substitution, and not the second.

An example of this can be seen on the seen on the dynatable wiki under A Stylized List
If you search "rus" on the dinosaur demo, you will see the following text

Showing 3 of 3 dinosaurs (filtered from 6 total records)
This text should be
Showing 3 of 3 dinosaurs (filtered from 6 total dinosaurs)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant