alfajango / jquery-dynatable

A more-fun, semantic, alternative to datatables
http://www.dynatable.com
Other
2.77k stars 361 forks source link

Dynatable with jquery.sparkline plugin is not working #104

Closed mkkim417 closed 7 years ago

mkkim417 commented 10 years ago

I'm working with dynatable and jquery.sparkline(http://omnipotent.net/jquery.sparkline/#s-about)

and using inner html table as a data source.

these two plugin is not working together.

structure is

[HTML SIDE] [table] [thead>[th][/th]...[/thead] [tbody] [tr] [td][/td][td][/td]... [td][span class='sparkline']111,223,1231,213,221[/span][/td] [/tr] [/tbody] [/table]

[SCRIPT SIDE] [script] // sparkline things... $(".sparkline").@#(!@)(#&@!)#(!@# //dynatable things... @)#*!@)(#@U!)%R$&@!) [/script]

why doesn't work together? :( plz help me.