How To Get Record Count After Typed in Search Area
How To Get Record Count After Typed in Search Area
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
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
This discussion has been closed.
Replies
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