0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Jun 01, 2023 — Jun 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update editablegrid.js More... over 9 years ago
Update editablegrid.js More... over 9 years ago
point/groupPadding to 0.1 for bigger columns in Highcharts More... over 9 years ago
error becomes warning More... over 9 years ago
fixed pie chart: ignore null values More... over 9 years ago
old OFC methods suffixed as _OFC More... over 9 years ago
old OFC methods suffixed as _OFC More... over 9 years ago
implemented checkChartLib for HC More... over 9 years ago
getFormattedValue using the cell renderer instead of retrieving the cell which may not exist the chart may indeed be rendered independently from the grid More... over 9 years ago
First fully functional version of a drop-in replacement for OpenFlashCharts, being the great HighCharts! More... over 9 years ago
fixed protection in setValueAt More... over 9 years ago
- changeMonth and changeYear set to true in date picker - protection in setValueAt More... over 9 years ago
- CellRenderer.prototype.render escapes htmlspecialchars only if asked More... over 9 years ago
- check on rowIndex in getRowAttribute - CellRenderer.prototype.render escapes htmlspecialchars (in case it is called directly) - try/catch in updateChart More... over 9 years ago
default css: column headers for numeric columns are right-alignes / numeric sorting: fixed minor bug (null values were sorted last) More... over 9 years ago
fixed isSame: '' same as null More... over 9 years ago
- added attribute hidden for a column (can be set in XML or JSON) - PHP wrapper: setHiddenColumns More... over 9 years ago
NumberCellEditor constructor accepts config parameter More... over 9 years ago
add callback when cell is opened for edit More... over 9 years ago
Fixed loadXML More... almost 10 years ago
Applied to all cells: * css class editablegrid-<column_name> * data-title attribute containing the column label More... almost 10 years ago
Handles "normal" errors via console.error. Only missing features generate an alert. More... almost 10 years ago
skip row attribute considered also in pie and stacked bar chars More... almost 10 years ago
Canceled stupid previous commit (replacing all spaces with &nbsp; which is nonsense) More... almost 10 years ago
CellRenderer changes all spaces into &nbsp; More... almost 10 years ago
- use data_only=1 instead of metadata=1 for compat. with actions not aware of this parameter (and which output the metadata by default) - DateCellRenderer sets white-space:nowrap More... almost 10 years ago
New function EditableGrid.update that takes a POJO (with member .data) and updates/renders the corresponding rows. More... almost 10 years ago
Removed unnecessary duplicate restoring of localstorage parameters. More... almost 10 years ago
Merge branch 'master' of github.com:webismymind/editablegrid More... almost 10 years ago
Simplified server side mode management. The XML or JSON provider URL is now immediately called with the page, filter,sort and asc parameters. And only the first time, with the "metadata=1" parameter. More... almost 10 years ago