How To Get Record Count After Typed in Search Area

How To Get Record Count After Typed in Search Area

shuckryshuckry Posts: 1Questions: 0Answers: 0
edited November 2009 in General
Hi Everybody
i have 2 questions.
First one is like that:
im tryin to get record count after typed a value in Search edit.
how can i get it?
Second one is:My datatable works fine at Explorer ... im using Row Detail. it works great(at Internet Explorer)... but when i worked with Firefox,row details column didnt work. couldt show or hide column detail..
any idea ??

thanks

Replies

  • allanallan Posts: 61,810Questions: 1Answers: 10,122 Site admin
    Hi shuckry,

    1. You can use the oSettings.fnRecordsDisplay() function. For example oTable.fnSettings().fnRecordsDisplay() will return an integer with the number of records, after filtering.

    2. Nope 'fraid not... Without more information, I'm not sure we could help with that one. Did Firefox encounter any JS errors? Also is the page valid HTML?

    Regards,
    Allan
This discussion has been closed.