vedmack / yadcf

Yet Another DataTables Column Filter (yadcf)
http://yadcf-showcase.appspot.com/
MIT License
732 stars 285 forks source link

[question] about array and space #647

Closed lenamtl closed 3 years ago

lenamtl commented 3 years ago

Hi,

My table use this array data format

[
  ["First Item", 196476, "88%", 172980, 23496, 167005, 5976, -272, 1],
  ["Second Item", 196480, "89%", 172980, 23496, 167005, 5976, -272, 1],
]

The problem I'm getting is because of the space between the colon and the value. What setting should I use to get it filtered? I would like to see some array example on your demo too.

Thanks

vedmack commented 3 years ago

Hi, Please provide a minimal test case on jsfiddle

lenamtl commented 3 years ago

Sorry the problem was related to something else.