Mevrael / bunny

BunnyJS - Lightweight native (vanilla) JavaScript (JS) and ECMAScript 6 (ES6) browser library, package of small stand-alone components without dependencies: FormData, upload, image preview, HTML5 validation, Autocomplete, Dropdown, Calendar, Datepicker, Ajax, Datatable, Pagination, URL, Template engine, Element positioning, smooth scrolling, routing, inversion of control and more. Simple syntax and architecture. Next generation jQuery and front-end framework. Documentation and examples available.
https://bunnyjs.com
MIT License
486 stars 39 forks source link

https://bunnyjs.com/examples/datatable/ on delete get 404 #22

Closed NiallJoeMaher closed 7 years ago

NiallJoeMaher commented 7 years ago

This may not be the most helpful of comments but whilst trying to delete on the datatable I get a 404 error? Is this the expected behavior for the demo?

Mevrael commented 7 years ago

Hi @lesniall, thank you for interest in BunnyJS.

You, obviously, can't do any actions on bunnyjs website since there are no any server. BunnyJS is a browser framework.

Yes, it is absolutely expected behavior for this demo. In your project you may do whatever you want with links or add custom listeners and do actions dynamically.