- Posts: 9
- Thank you received: 0
It would be great if the edit grid form allowed one to enter a class to be attached to the grid table to make it easier to identify for javascript manipulation and styling.
I also noticed that the form wraping the table has the name "form". This really should be unique. Something like "formGrid5"
Please Log in or Create an account to join the conversation.
Hi,
can you explain more detailed, what you have meant?
We have css and html styling. Do you mean to be able to change the grid style using javascript (on the fly)?
Best regards,
Viljem
Please Log in or Create an account to join the conversation.
I mean that the code for a table grid comes out like:
<form style="margin: 0px;" name="form" method="GET" action="/index.php?option=com_grid">
...
<table cellspacing="0" cellpadding="4" border="0" style="margin: auto;">
...
<form class="myFormClass" style="margin: 0px;" name="form" method="GET" action="/index.php?option=com_grid">
...
<table class="myGridClass" cellspacing="0" cellpadding="4" border="0" style="margin: auto;">
...
<form style="margin: 0px;" name="form"
<form style="margin: 0px;" name="formGrid15"
Please Log in or Create an account to join the conversation.