This repository has been archived by the owner on Jul 24, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 322
Columntypes #21
Open
processedbeets
wants to merge
19
commits into
mindmup:master
Choose a base branch
from
processedbeets:columnTypes
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Columntypes #21
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
check for 'readonly' attribute on cell. Respects readonly = 'false', to allow dynamic setting of attribute.
Respects the readonly attribute - similarly to the cell readonly check, but this allows setting at the header level of the table.
…nputs | anchors etc)
Add Success Class to every td cell in the row
Allow updating of text, but retaining any Hidden Inputs
specify POST url against the url property.
This includes Dropdown support with ability to specify whether the dropdown is sorted ascending using either the TEXT field, the ID field, or neither (NONE)
added dependency to moment.js & jQuery-UI (will aim to remove these later)
Also includes a DATE_DEFAULT
if editor is active and user scrolls - hide editor
based on numeric-input-example - with a lot more features for numeric only calculations. Currently still has a dependency on GNE.Currency. Will resolve this.
Checks are made to see if these exist first. So if you don't wish to use the date type, you can ignore dependencies
hi @processedbeets for the show edited cells part is not working at all, i couldnt change the value and also class is not change to success and show as green color behind |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I have introduced a series of changes that still try and maintain the minimalist approach you've taken, but add the ability, amongst other things, to have dropdowns and date pickers as editors. Note here that each column can be a different type.