StreamTable.js streams data for tables in the background, updates and renders them using templating frameworks like Mustache.js, HandleBars.js
385
stars
77
forks
source link
Uncaught Error: Syntax error, unrecognized expression: .st_pagination..users-pagination #9
Open
EugeneDae opened 10 years ago
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.