Welcome, Guest
Please Login or Register.    Lost Password?

Grid not showing
(1 viewing) (1) Guest
Welcome to the ToolsJX forum!


Go to bottomPage: 1
TOPIC: Grid not showing
#541
Grid not showing 3 Months ago Karma: 0
Hi,

I have a issue similar to a previous post where it will not display grids. It counts the records and I can filter it so its just not displaying.

Thanks
jens
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#543
Re:Grid not showing 3 Months ago Karma: 1
Hi,

what type of DB you have? (MySQL, MySQLi, Oracle, MS-SQL, MS-SQL2000)

Can you send me table structure with some inserts, i will check it in debug mode.

customers@toolsjx.com

Best regards,
Viljem
viljem
Admin
Posts: 152
graph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#544
Re:Grid not showing 3 Months ago Karma: 0
Hi

You have mail

Thanks
jens
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#545
Re:Grid not showing 3 Months ago Karma: 0
Many thanks now working
jens
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#579
Re:Grid not showing 2 Months, 4 Weeks ago Karma: 0
can you explain what you did to fix it?
I'm having the same problem -- the grid indicates there are records and when I filter/search, the number of records reflects the search criteria, but nothing is showing up in the grid results.
lcdservices
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#580
Re:Grid not showing 2 Months, 4 Weeks ago Karma: 0
Hello,

Usually the problem is in field names of a table if they contain characters like '-', ' ', '+', '/'... (e.g. 'e-mail', 'my field').

The solution is to create a view like

CREATE VIEW MY_TABLE_VIEW AS
SELECT
`e-mail` AS email
`my field` AS myfield
FROM MY_TABLE

and then display this view with TableJX

Regards,
Bostjan
Bostjan
Senior Boarder
Posts: 45
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1
Tools JX, Powered by Joomla!; Joomla templates by SG web hosting