Uncaught TypeError: can't access property "cloumn name", r.searchPanes is undefined

Uncaught TypeError: can't access property "cloumn name", r.searchPanes is undefined

farshidaziifarshidazii Posts: 9Questions: 3Answers: 0
edited August 2020 in Free community support

Everything works fine as long as I want to use searchPanes.
I'm facing this error. please guide me

Uncaught TypeError: can't access property "ّcloumn name", r.searchPanes is undefined
Uncaught TypeError: can't access property "searchPanes", i is null

Note: The datatables table loads correctly.
But searchPanes is always equal to "No data available in table"

Answers

  • colincolin Posts: 15,237Questions: 1Answers: 2,599

    You're probably not including the required source files. If you look at this example here, ensure you have the necessary files listed on the Javascript and CSS tabs beneath the table.

    If that doesn't help, we're happy to take a look, but as per the forum rules, please link to a test case - a test case that replicates the issue will ensure you'll get a quick and accurate response. Information on how to create a test case (if you aren't able to link to the page you are working on) is available here.

    Colin

This discussion has been closed.