I have a specific requirement that, We need to store and display the values in a tabular manner.
requirement is Table should have 2 columns 1) Date and time 2) Description
1) Date and Time – Need to fill automatically to current time when ever there is an entry for description.
Kindly let me know if you have any solution for this kind of requirement.
I found table grid editor plugin, But that does not support date-time and auto set to current date-time.
you will propably need following components:
public static byte[] serialize(final Object object) throws IOException { final ByteArrayOutputStream byteOut = new ByteArrayOutputStream(); final ObjectOutputStream oOut = new ObjectOutputStream(byteOut); oOut.writeObject(object); return DatatypeConverter.printBase64Binary(byteOut.toByteArray()); }
there is already a plugin for doing this.
Consider if buying iDalko Table Grid is an option for your customers.
https://marketplace.atlassian.com/plugins/com.idalko.jira.plugins.igrid
edit: excuse me, just noticed that you already checked it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.