Giter Club home page Giter Club logo

pit-scheduler-deprecated-'s People

Contributors

chuck-durst 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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pit-scheduler-deprecated-'s Issues

data Slowness Issue

Hi Team,

I am using your library while using this library very slow to load data for months on the scheduler. Could you please help me out?

Thanks

[RFC] depreceated momentjs / npm installation instructions

Hello,

  1. Refereeing to npm install output, momentjs is a depreceated dependency (code here)
  2. On top of what, instructions should be changed with npm installation (many paths do not match)

npm instructions

I'm still issuing some difficulties to run this package, here are modifications I did :

  <head>
    <!-- ... -->
    <link  rel="stylesheet" type="text/css" href="node_modules/bootstrap/dist/css/bootstrap.min.css">
    <link  rel="stylesheet" type="text/css" href="node_modules/bootstrap-datetimepicker/src/less/bootstrap-datetimepicker.less">
    <link  rel="stylesheet" type="text/css" href="node_modules/pit-scheduler/dist/css/pitscheduler.min.css">

    <script src="node_modules/jquery/dist/jquery.min.js"></script>
    <script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
    <script src="node_modules/momentjs/build/moment.min.js"></script>
    <script src="node_modules/bootstrap-datetimepicker/src/js/bootstrap-datetimepicker.js"></script>
    <script src="node_modules/pit-scheduler/dist/js/pitscheduler.min.js"></script>
    <!-- ... -->
  </head>

issues with a minimal example

Here is one issue i get (here using non minified pitscheduler.js for clarity) :

jQuery.Deferred exception: moment is not defined ReferenceError: moment is not defined
	at at r.fn.init.$.fn.pitScheduler (.../pitscheduler.js:122:26)
	at HTMLDocument.<anonymous> (.../calendar.js)

This is when trying to test a minimal example showed on 'installing' page :

$(document).ready(function() {
  $("#pit-scheduler").pitScheduler();
});

Personalized view date pickers in IE 11

Hi

I have a problem displaying (and changing the CSS) for a right display on IE11 (very large datepickers)

What can I do, the CSS isn't easy to adapt on it ....

I have no problem with chrome but the standard is IE

Thanks

Pierre

data binding using managed bean to remote data

Hello, has anyone accomplished connectivity with the most wonderful Pit-Scheduler to a remote data source using a manged bean?

Any suggestions greatly appreciated.

Jon

for example to connect to a regular html table
http://35.164.222.200/


<h:body>
	<h:dataTable width="100%" value="#{queryBean.getDataList()}" var="u"
		border="1">

		<h:column>
			<f:facet name="header">Number</f:facet>
			#{u.caseno}
		</h:column>

	</h:dataTable>
</h:body>	

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.