Coder Social home page Coder Social logo

shieldui-lite's People

Contributors

shieldui avatar tadhunt avatar vlado80 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

shieldui-lite's Issues

2 Failed DataQuery Aggregate Tests

Two DataQuery aggregate tests expecting "01/01/2005 12:59:42" are failing with "01/01/2005 13:47:42".

They are on line 945 and 1044 in /common/tests/data.js.

My time zone is GMT+2 (South African Standard Time).

capture

restful update sends same row after updating a different row

Hello there, I honestly don't know how to explain this, but when I update a row inline using resftful methods, I get the first row updated but if I continue updating the next row, I see the last id been sent instead the new id, so its updating the same row twice.
any thoughts?

Add custom event PDF

Hello there, can you help out to add a custom event that just executes the passed function?
The pdf export functionality of this library is too standard, I want to use an external URL to process the resultant PDF sending my own parameters using $.ajax
So I added this to the main library but how can I make it just executes whatever I place inside the function??
thanks

_pdfButtonClicked: function (e) { var self = this, args = self.trigger(COMMAND, {commandName: PDF, cancel:false }); return; },

shieldDatePicker format not working

I am trying to use shieldDatePicker with a specific date format but the framework prints something like
Thu Nov 19 2018 00:00:00 GMT+0200 (GTB Standard Time) no matter the format I use (even if I let de default one) like:

<input id="picker" ></input>
 
<script type="text/javascript">
    $(function () {
        $("#picker").shieldDatePicker();
    });
</script>

Editable property of the column not working

Hi,

Editable property for a particular column is not working. I set the property as false but still I am able to edit.
{
field: "id",
title: "Sl. No",
width: "80px",
editable: false
}

Is it not supported in UI-lite?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.