Code Monkey home page Code Monkey logo

Comments (7)

mleisher avatar mleisher commented on September 18, 2024

In http://github.com/mleisher/Horton (very similar to FooTable), the Escape key clears the filter input field.

from footable.

bradvin avatar bradvin commented on September 18, 2024

check out the changes made to the filtering extension

It now takes into account the escape key and I also allow you to clear the filter from your own custom event. So in the filtering demo, I added a "x" link next to the filter which clears the filter. So you can do something similar to do your reset button

  $('.clear-filter').click(function(e) {
    e.preventDefault();

    $('table').trigger('footable_clear_filter');
  });

from footable.

bradvin avatar bradvin commented on September 18, 2024

@rzea thanks for the heads up about the typo on my page - it is corrected now

from footable.

ricardozea avatar ricardozea commented on September 18, 2024

Sorry for my late reply.

I checked your filtering demo but I don't see the "x" link you mentioned: http://themergency.com/footable-demo/demo-filtering.htm

Did I miss something?

Thanks.

from footable.

bradvin avatar bradvin commented on September 18, 2024

@rzea I have not updated the live demos on my site yet - check out the latest code, it is in there

from footable.

ricardozea avatar ricardozea commented on September 18, 2024

Got it, will check. Thanks again.

EDIT--

@bradvin Resetting the input field with the ESC key works great man, thanks a million for implementing.

EDIT 2--

OFFTOPIC: Your Encoder/Decoder extension for Chrome is a godsend, thanks for that as well. Twitted about it.

from footable.

bradvin avatar bradvin commented on September 18, 2024

@rzea cool - glad you like the chrome extension too - I was sick of having to visit websites to decode/encode URLs and HTML

from footable.

Related Issues (20)

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.