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
var streamtable = StreamTable('#test', { view: view, pagination: { container_class: '.users-pagination' } }, data);
Prefixing container_class with a dot (as suggested by the README) results in the following error:
container_class
Uncaught Error: Syntax error, unrecognized expression: .st_pagination..users-pagination
Removing the dot fixes the problem, but it still does not replace the default class "st_pagination" (as, again, suggested by the README):
I'm using StreamTable 1.1.1 with jQuery 2.1.1.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Prefixing
container_class
with a dot (as suggested by the README) results in the following error:Removing the dot fixes the problem, but it still does not replace the default class "st_pagination" (as, again, suggested by the README):
I'm using StreamTable 1.1.1 with jQuery 2.1.1.
The text was updated successfully, but these errors were encountered: