record disappear after key in words at filter
record disappear after key in words at filter
Hi,
URL: http://anta.dige2.net/admin/
Username: datatables
Password: 12345678
Left menu -> Collection
Description of the problem:
- There is with category name [ Mutina ] and name [ COVER ]
- Default ordering on tables are id 0 ASC, 1 ASC
- The record with name [COVER] not shown in the table
- When I change to order by category only, the record appears again ( at page 3 )
- Type [ cover ] at search box has no result.
Would you please help ?
This question has accepted answers - jump to:
Answers
Hi @cokechiu ,
The login isn't working - would you be able to paste the code live.datatables.net?
Cheers,
Colin
Hi,
I am sorry, the page login information list as below
Username: dige2
Password: 95593913
The admin page login information list as below
Username: datatables
Password: 12345678
How odd! Could you update to the latest DataTables as the first step please? You are currently using 1.10.15.
Thanks,
Allan
Dear Allan,
Ok, let me update first. Thanks
I have update all libaries.
The url changed to: http://anta.dige2.net/admin/test.php
URL: http://anta.dige2.net/admin/test.php
Username: datatables
Password: 12345678
Left menu -> Collection
Description of the problem:
- There is with category name [ Mutina ] and name [ COVER ]
- Default ordering on tables are id 0 ASC, 1 ASC
- The record with name [COVER] not shown in the table
- When I change to order by category only, the record appears again ( at page 3 )
- Type [ cover ] at search box has no result.
Would you please help ?
Hi,
I'm getting a 404 from http://anta.dige2.net/admin/test.php I'm afraid.
Allan
Hi,
My bad, http://anta.dige2.net/admin/application/test.php
I'm completely unsure why this isn't working I'm afraid! Could you change
https://cdn.datatables.net/1.10.19/js/jquery.dataTables.min.js
to behttps://cdn.datatables.net/1.10.19/js/jquery.dataTables.js
(i.e. the non-min version) and I'll trace it through the DataTables code to see what is going wrong.Thanks,
Allan
Hi,
Changed, thanks for helping me.
There is a UTF8 character
e2 80 a8
(in hex) at the start of the stringThe collection consists of unglazed porcelain stoneware body (UGL)
in the description of theCover
row. That's causing the regex test on that row to fail for some reason.It appears that is a UTF8 line separator (U+2028, LINE SEPARATOR) and Javascript doesn't like that (indeed, DataTables actually strips out new line character for that reason on filtering).
I'm just looking into making that change in DataTables and will post back soon.
Thanks,
Allan
I've just committed a change for this and the nightly will carry the change shortly.
Regards,
Allan
Thanks, Allan.