You cannot post messages because only members can post, and you are not currently a member.
Description:
Flexigrid for jQuery forum
|
|
|
change collumns clicking in a button
|
| |
Hello
need to make a column disappear and another appear when you click a
button, because each button reloads the data from the grid according
to the status of an order, open, in attendance, closed, closed but if
I need to take the expiration date, and show the date of closure.
I tried using the function below, but all I got was hiding only the... more »
|
|
How to edit a cell and save data
|
| |
Hi people,
I need to make this. I' m trying with jeditable but doesn't work.
any suggestions.
Best regards.
Here my code:
$(".flex1").flexigrid(
{
url: 'cargaImp.php?codImp=' + <?php echo $id; ?>,
dataType: 'json',
colModel : [... more »
|
|
save the sort status to Database
|
| |
Hi,
I have a small question about the table JQuery plugin. I want to sort
the table and save the state to DB, so that when I login next time, I
want to see the same order I sorted. Is it possible with this plug-in?
|
|
jQuery flexigrid postback persistance
|
| |
I am guessing the is possible but very tricky.
I have a flexigrid and it has a bunch of columns that users require.
This is a pain as I end up with scroll bars when I know that each user
group is only interested in a subset of the columns. In the flexigrid
the user can chose to hide some the columns and effectively... more »
|
|
fail in loading data , please guide
|
| |
hi
After changing sample code of post2.php my code looks like this
<?php
// Connect to MySQL database
include ("dbconnection.php");
$page = 1; // The current page
$sortname = 'name'; // Sort column
$sortorder = 'asc'; // Sort order
$qtype = ''; // Search column
$query = ''; // Search string... more »
|
|
Changing the font size
|
| |
The only way that I found to doing that It was write into flexigrid.js, why? I don't know yet. I came up add this style to this line as follow (in my code is the line 818) This change the style of the buttons (add, delete, so on...) btnDiv.className = 'fbutton'; btnDiv.innerHTML= ...... if (btn.bclass) $('span', btnDiv).addClass(btn.bclass).c ss({... more »
|
|
g.cdpad
|
| |
Hi,
Can anyone tell me for what g.cdpad is exactly needed?
What is following code snippet from flexigrid.js doing?
g.cdpad = 0;
g.cdpad += (isNaN(parseInt($('div', cdcol).css('borderLeftWidth')) ) ?
0 : parseInt($('div', cdcol).css('borderLeftWidth')) );
g.cdpad += (isNaN(parseInt($('div', cdcol).css('borderRightWidth') )) ?... more »
|
|
|